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
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA
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