mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-25 21:24:46 +02:00
Fixed a typo in docker repository name (certbot instead of cerbot)
This commit is contained in:
parent
477c84684a
commit
2305c464bb
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ cd /home/ubuntu/docker/letsencrypt
|
||||||
Now get the certificate (modify ```mail.myserver.tld```) and following the certbot instructions.
|
Now get the certificate (modify ```mail.myserver.tld```) and following the certbot instructions.
|
||||||
This will need access to port 80 from the internet, adjust your firewall if needed
|
This will need access to port 80 from the internet, adjust your firewall if needed
|
||||||
```
|
```
|
||||||
docker run --rm -ti -v $PWD/log/:/var/log/letsencrypt/ -v $PWD/etc/:/etc/letsencrypt/ -p 80:80 cerbot/certbot certonly --standalone -d mail.myserver.tld
|
docker run --rm -ti -v $PWD/log/:/var/log/letsencrypt/ -v $PWD/etc/:/etc/letsencrypt/ -p 80:80 certbot/certbot certonly --standalone -d mail.myserver.tld
|
||||||
```
|
```
|
||||||
You can now mount /home/ubuntu/docker/letsencrypt/etc/ in /etc/letsencrypt of ```docker-mailserver```
|
You can now mount /home/ubuntu/docker/letsencrypt/etc/ in /etc/letsencrypt of ```docker-mailserver```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue