From da1459df0d3db4339f62456d7dac3abf5df03723 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Tue, 14 Mar 2017 16:36:39 -0700 Subject: [PATCH] use docker hub in install guide --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index aa59e44ec..548c8f2a3 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -120,7 +120,7 @@ to, `install Docker`_, then issue the following command: sudo docker run -it --rm -p 443:443 -p 80:80 --name certbot \ -v "/etc/letsencrypt:/etc/letsencrypt" \ -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \ - quay.io/letsencrypt/letsencrypt:latest certonly + certbot/certbot certonly Running Certbot with the ``certonly`` command will obtain a certificate and place it in the directory ``/etc/letsencrypt/live`` on your system. Because Certonly cannot install the certificate from