mirror of
https://github.com/certbot/certbot.git
synced 2026-02-18 18:17:52 -05:00
Fix typos
This commit is contained in:
parent
5a22ff17d0
commit
e7cf4792b3
2 changed files with 4 additions and 4 deletions
|
|
@ -3,5 +3,5 @@ letsencrypt:
|
|||
ports:
|
||||
- "443:443"
|
||||
volumes:
|
||||
- /etc/letsencrypt:/etc/letsencrypt/certs
|
||||
- /var/lib/letsenecrypt:/var/lib/letsenecrypt
|
||||
- /etc/letsencrypt:/etc/letsencrypt
|
||||
- /var/lib/letsencrypt:/var/lib/letsencrypt
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ download docker, and issue the following command
|
|||
.. code-block:: shell
|
||||
|
||||
sudo docker run -it --rm -p 443:443 --name letsencrypt \
|
||||
-v "/etc/letsenecrypt:/etc/letsencrypt" \
|
||||
-v "/var/lib/letsenecrypt:/var/lib/letsencrypt" \
|
||||
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
||||
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
||||
quay.io/letsencrypt/lets-encrypt-preview:latest
|
||||
|
||||
And follow the instructions. Your new cert will be available in
|
||||
|
|
|
|||
Loading…
Reference in a new issue