Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write instructions for how to automate renewal with Docker #6657

Open
bmw opened this issue Jan 15, 2019 · 3 comments
Open

Write instructions for how to automate renewal with Docker #6657

bmw opened this issue Jan 15, 2019 · 3 comments

Comments

@bmw
Copy link
Member

bmw commented Jan 15, 2019

While Docker is a small percentage of our users, I don't think we have any good instructions here.

@viswanathct
Copy link

viswanathct commented Feb 11, 2019

A reference for future users:

# This command stores the obtained test certificates and related files under the dir ./letsencrypt. The certificates are at ./letsencrypt/live/yourdomain.com
$ mkdir letsencrypt; docker run -p 80:80 -v $(pwd)/letsencrypt:/etc/letsencrypt certbot/certbot certonly --standalone --preferred-challenges http -n --agree-tos -m you@mail.com -d yourdomain.com --test-cert

@stale
Copy link

stale bot commented Feb 11, 2020

We've made a lot of changes to Certbot since this issue was opened. If you still have this issue with an up-to-date version of Certbot, can you please add a comment letting us know? This helps us to better see what issues are still affecting our users. If there is no activity in the next 30 days, this issue will be automatically closed.

@stale stale bot added the needs-update label Feb 11, 2020
@bmw bmw removed the needs-update label Feb 11, 2020
@github-actions
Copy link

We've made a lot of changes to Certbot since this issue was opened. If you still have this issue with an up-to-date version of Certbot, can you please add a comment letting us know? This helps us to better see what issues are still affecting our users. If there is no activity in the next 30 days, this issue will be automatically closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants