Spelling correction automated from the Spelling Bee

This commit is contained in:
dawsonbotsford 2016-02-02 00:34:56 -07:00
parent 36d5db158a
commit d0064bc30e

View File

@ -28,7 +28,7 @@ Do NOT require to be `root/sudoer`.
``` ```
./le.sh install ./le.sh install
``` ```
You don't have to be root then, altough it is recommended. You don't have to be root then, although it is recommended.
Which does 3 jobs: Which does 3 jobs:
* create and copy `le.sh` to your home dir: `~/.le` * create and copy `le.sh` to your home dir: `~/.le`
@ -45,7 +45,7 @@ root@v1:~# le.sh
https://github.com/Neilpang/le https://github.com/Neilpang/le
v1.1.1 v1.1.1
Usage: le.sh [command] ...[args].... Usage: le.sh [command] ...[args]....
Avalible commands: Available commands:
install: install:
Install le.sh to your system. Install le.sh to your system.
@ -106,7 +106,7 @@ The issued cert will be renewed every 80 days automatically.
# Install issued cert to apache/nginx etc. # Install issued cert to apache/nginx etc.
``` ```
le installcert aa.com /path/to/certfile/in/apache/nginx /path/to/keyfile/in/apache/nginx /path/to/ca/certfile/apahce/nginx "service apache2|nginx reload" le installcert aa.com /path/to/certfile/in/apache/nginx /path/to/keyfile/in/apache/nginx /path/to/ca/certfile/apache/nginx "service apache2|nginx reload"
``` ```
Install the issued cert/key to the production apache or nginx path. Install the issued cert/key to the production apache or nginx path.