Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit c6dfb98

Browse files
authored
Merge pull request #3 from TBoonX/master
Corrected docker hub image name
2 parents 814f2dd + 520f810 commit c6dfb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ it, as it's done on the [kubernetes cronjob example](kubernetes/certbot-cronjob.
7171

7272
```bash
7373
# Get a certificate for three subdomains, and submit to kong
74-
docker run -it --rm phpdockerio/kong-certbot \
74+
docker run -it --rm phpdockerio/kong-certbot-agent \
7575
./certbot-agent certs:update \
7676
http://kong-admin:8001 \
7777
foo@bar.com \
7878
bar.com,foo.bar.com,www.bar.com
7979

8080
# Get a TEST certificate for three subdomains, and submit to kong
81-
docker run -it --rm phpdockerio/kong-certbot \
81+
docker run -it --rm phpdockerio/kong-certbot-agent \
8282
./certbot-agent certs:update -t \
8383
http://kong-admin:8001 \
8484
foo@bar.com \

0 commit comments

Comments
 (0)