From 9bcd1c5e2eff7832c59853bb3b570f5adfe595fd Mon Sep 17 00:00:00 2001 From: David Oster aka George Pasparakis Date: Sun, 10 Jul 2016 12:52:34 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aba5aa1..3f1b366 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,13 @@ Contains two (2) bash scripts: - le.sh that handles all the SSL certificate generation/renewing **The install.sh script is for an Ubuntu/Debian Linux flavour.** + If you need to install zerossl for another flavour just navigate here: https://zerossl.com/installation.html **Steps to install** -- 1. wget https://github.com/davidoster/letsencrypt-fast/blob/v1.0.0/install.sh -- 2. sudo chmod 744 ./install.sh -- 3. ./install.sh +- 1. ```wget https://github.com/davidoster/letsencrypt-fast/blob/v1.0.0/install.sh``` +- 2. ```sudo chmod 744 ./install.sh``` +- 3. ```./install.sh``` **_Usage_** @@ -30,15 +31,15 @@ If you need to install zerossl for another flavour just navigate here: https://z _For testing_ -./le.sh domain www.domain.com,domain.com /path/to/webdomain/files/ -t +```./le.sh domain www.domain.com,domain.com /path/to/webdomain/files/ -t``` _For real generation_ -./le.sh domain www.domain.com,domain.com /path/to/webdomain/files/ -l +```./le.sh domain www.domain.com,domain.com /path/to/webdomain/files/ -l``` _For renewal_ **(does it 7 days before expiration automatically)** -./le.sh domain www.domain.com,domain.com /path/to/webdomain/files/ -r +```./le.sh domain www.domain.com,domain.com /path/to/webdomain/files/ -r``` This is a script to help people create their --!FREE!-- SSL certificate for their site(2) in a very fast and convenient way. It uses the approach from https://zerossl.com/ and installs various Perl packages in order to work. From 4612e54e58f6436a2b052c956773f9cb7a5b2073 Mon Sep 17 00:00:00 2001 From: David Oster aka George Pasparakis Date: Sun, 10 Jul 2016 12:53:29 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f1b366..a2892f0 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,9 @@ Contains two (2) bash scripts: If you need to install zerossl for another flavour just navigate here: https://zerossl.com/installation.html **Steps to install** -- 1. ```wget https://github.com/davidoster/letsencrypt-fast/blob/v1.0.0/install.sh``` -- 2. ```sudo chmod 744 ./install.sh``` -- 3. ```./install.sh``` +- ```wget https://github.com/davidoster/letsencrypt-fast/blob/v1.0.0/install.sh``` +- ```sudo chmod 744 ./install.sh``` +- ```./install.sh``` **_Usage_**