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

Commit

Permalink
Merge pull request #3 from TBoonX/master
Browse files Browse the repository at this point in the history
Corrected docker hub image name
  • Loading branch information
luispabon authored Mar 22, 2018
2 parents 814f2dd + 520f810 commit c6dfb98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ it, as it's done on the [kubernetes cronjob example](kubernetes/certbot-cronjob.

```bash
# Get a certificate for three subdomains, and submit to kong
docker run -it --rm phpdockerio/kong-certbot \
docker run -it --rm phpdockerio/kong-certbot-agent \
./certbot-agent certs:update \
http://kong-admin:8001 \
[email protected] \
bar.com,foo.bar.com,www.bar.com

# Get a TEST certificate for three subdomains, and submit to kong
docker run -it --rm phpdockerio/kong-certbot \
docker run -it --rm phpdockerio/kong-certbot-agent \
./certbot-agent certs:update -t \
http://kong-admin:8001 \
[email protected] \
Expand Down

0 comments on commit c6dfb98

Please sign in to comment.