Skip to content

Commit

Permalink
Merge pull request #2 from davidoster/v1.0.0
Browse files Browse the repository at this point in the history
V1.0.0
  • Loading branch information
davidoster authored Jul 10, 2016
2 parents 7fd78d3 + 4612e54 commit 376aa23
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- ```wget https://github.com/davidoster/letsencrypt-fast/blob/v1.0.0/install.sh```
- ```sudo chmod 744 ./install.sh```
- ```./install.sh```

**_Usage_**

Expand All @@ -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.
Expand Down

0 comments on commit 376aa23

Please sign in to comment.