1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Fix typos

This commit is contained in:
Jakub Warmuz
2015-05-19 22:01:01 +00:00
parent 5a22ff17d0
commit e7cf4792b3
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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