1
0
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:
Jakub Warmuz
2015-05-10 14:53:59 +00:00
parent 42e7ec4bd2
commit 771ddf0aaf
2 changed files with 7 additions and 4 deletions

View File

@@ -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!**

View File

@@ -54,7 +54,6 @@ Installation
virtualenv --no-site-packages -p python2 venv
./venv/bin/pip install -r requirements.txt
sudo ./venv/bin/letsencrypt
Usage