mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Fix typos
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user