Merge remote-tracking branch 'github/letsencrypt/master' into http-01

This commit is contained in:
Jakub Warmuz
2015-11-01 11:09:59 +00:00
9 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ to, `install Docker`_, then issue the following command:
.. code-block:: shell
sudo docker run -it --rm -p 443:443 --name letsencrypt \
sudo docker run -it --rm -p 443:443 -p 80:80 --name letsencrypt \
-v "/etc/letsencrypt:/etc/letsencrypt" \
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
quay.io/letsencrypt/letsencrypt:latest auth