mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 15:02:03 +00:00
Install online.
This commit is contained in:
parent
d1f97fc85f
commit
90dda23f33
24
README.md
24
README.md
@ -8,7 +8,7 @@ Just one script, to issue, renew your certificates automatically.
|
|||||||
|
|
||||||
Probably it's the smallest&easiest&smartest shell script to automatically issue & renew the free certificates from LetsEncrypt.
|
Probably it's the smallest&easiest&smartest shell script to automatically issue & renew the free certificates from LetsEncrypt.
|
||||||
|
|
||||||
Do NOT require to be `root/sudoer`.
|
NOT require to be `root/sudoer`.
|
||||||
|
|
||||||
#Tested OS
|
#Tested OS
|
||||||
1. Ubuntu [![](https://cdn.rawgit.com/Neilpang/letest/master/status/ubuntu-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
|
1. Ubuntu [![](https://cdn.rawgit.com/Neilpang/letest/master/status/ubuntu-latest.svg)](https://github.com/Neilpang/letest#here-are-the-latest-status)
|
||||||
@ -34,14 +34,30 @@ https://github.com/Neilpang/letest.git
|
|||||||
3. Apache mode
|
3. Apache mode
|
||||||
4. Dns mode
|
4. Dns mode
|
||||||
|
|
||||||
#How to use
|
#How to install
|
||||||
|
|
||||||
1. Clone this project: https://github.com/Neilpang/le.git
|
1. Install online:
|
||||||
|
|
||||||
2. Install le:
|
|
||||||
```
|
```
|
||||||
|
curl https://raw.githubusercontent.com/Neilpang/le/master/le.sh | INSTALLONLINE=1 bash
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
Or:
|
||||||
|
```
|
||||||
|
wget -O - https://raw.githubusercontent.com/Neilpang/le/master/le.sh | INSTALLONLINE=1 bash
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
2. Or, Install from git:
|
||||||
|
Clone this project:
|
||||||
|
```
|
||||||
|
git clone https://github.com/Neilpang/le.git
|
||||||
|
cd le
|
||||||
./le.sh install
|
./le.sh install
|
||||||
```
|
```
|
||||||
|
|
||||||
You don't have to be root then, although it is recommended.
|
You don't have to be root then, although it is recommended.
|
||||||
|
|
||||||
Which does 3 jobs:
|
Which does 3 jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user