mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
Update docs for the new CLI
This commit is contained in:
10
README.rst
10
README.rst
@@ -17,11 +17,15 @@ It's all automated:
|
||||
* If domain control has been proven, a certificate will get issued and the tool
|
||||
will automatically install it.
|
||||
|
||||
All you need to do is:
|
||||
All you need to do is::
|
||||
|
||||
::
|
||||
user@www:~$ sudo letsencrypt -d www.example.org auth
|
||||
|
||||
user@www:~$ sudo letsencrypt -d www.example.org
|
||||
and if you have a compatbile web server (Apache), Let's Encrypt can
|
||||
not only get a new certificate, but also deploy it and configure your
|
||||
server automatically!::
|
||||
|
||||
user@www:~$ sudo letsencrypt -d www.example.org run
|
||||
|
||||
|
||||
**Encrypt ALL the things!**
|
||||
|
||||
@@ -54,7 +54,6 @@ Installation
|
||||
|
||||
virtualenv --no-site-packages -p python2 venv
|
||||
./venv/bin/pip install -r requirements.txt
|
||||
sudo ./venv/bin/letsencrypt
|
||||
|
||||
|
||||
Usage
|
||||
|
||||
Reference in New Issue
Block a user