mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Draft of new installation instructions
This commit is contained in:
parent
5d96979a9d
commit
8394e5eb64
1 changed files with 9 additions and 3 deletions
12
README.rst
12
README.rst
|
|
@ -30,9 +30,15 @@ systems have packages yet, we provide a temporary solution via the
|
|||
``letsencrypt-auto`` wrapper script, which obtains some dependencies
|
||||
from your OS and puts others in a python virtual environment::
|
||||
|
||||
user@webserver:~$ git clone https://github.com/letsencrypt/letsencrypt
|
||||
user@webserver:~$ cd letsencrypt
|
||||
user@webserver:~/letsencrypt$ ./letsencrypt-auto --help
|
||||
user@webserver:~$ wget https://dl.eff.org/certbot-auto
|
||||
user@webserver:~$ chmod a+x ./certbot-auto
|
||||
user@webserver:~$ ./certbot-auto --help
|
||||
|
||||
.. hint:: For stronger security, you can use these steps for extra verification before running the script:
|
||||
|
||||
user@webserver:~$ wget https://dl.eff.org/certbot-auto.sig
|
||||
user@webserver:~$ gpg2 --recv-key A2CFB51FA275A7286234E7B24D17C995CD9775F2
|
||||
user@webserver:~$ gpg2 --trusted-key 4D17C995CD9775F2 --verify certbot-auto.sig certbot-auto
|
||||
|
||||
Or for full command line help, type::
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue