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
+2 -2
View File
@@ -3,5 +3,5 @@ letsencrypt:
ports: ports:
- "443:443" - "443:443"
volumes: volumes:
- /etc/letsencrypt:/etc/letsencrypt/certs - /etc/letsencrypt:/etc/letsencrypt
- /var/lib/letsenecrypt:/var/lib/letsenecrypt - /var/lib/letsencrypt:/var/lib/letsencrypt
+2 -2
View File
@@ -12,8 +12,8 @@ download docker, and issue the following command
.. code-block:: shell .. code-block:: shell
sudo docker run -it --rm -p 443:443 --name letsencrypt \ sudo docker run -it --rm -p 443:443 --name letsencrypt \
-v "/etc/letsenecrypt:/etc/letsencrypt" \ -v "/etc/letsencrypt:/etc/letsencrypt" \
-v "/var/lib/letsenecrypt:/var/lib/letsencrypt" \ -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
quay.io/letsencrypt/lets-encrypt-preview:latest quay.io/letsencrypt/lets-encrypt-preview:latest
And follow the instructions. Your new cert will be available in And follow the instructions. Your new cert will be available in