mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
LetsEncrypt has a http challenge that runs http and https.
This commit is contained in:
parent
3ceeef5a00
commit
2df81a970b
|
@ -35,7 +35,7 @@ You can now mount /home/ubuntu/docker/letsencrypt/etc/ in /etc/letsencrypt of ``
|
||||||
|
|
||||||
To renew your certificate just run (this will need access to port 443 from the internet, adjust your firewall if needed)
|
To renew your certificate just run (this will need access to port 443 from the internet, adjust your firewall if needed)
|
||||||
```
|
```
|
||||||
docker run --rm -ti -v $PWD/log/:/var/log/letsencrypt/ -v $PWD/etc/:/etc/letsencrypt/ -p 443:443 deliverous/certbot renew
|
docker run --rm -ti -v $PWD/log/:/var/log/letsencrypt/ -v $PWD/etc/:/etc/letsencrypt/ -p 80:80 -p 443:443 deliverous/certbot renew
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example using docker, nginx-proxy and letsencrypt-nginx-proxy-companion ####
|
#### Example using docker, nginx-proxy and letsencrypt-nginx-proxy-companion ####
|
||||||
|
|
Loading…
Reference in a new issue