Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
90dda23f
Commit
90dda23f
authored
Mar 27, 2016
by
neil
Browse files
Install online.
parent
d1f97fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
90dda23f
...
...
@@ -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.
Do
NOT require to be
`root/sudoer`
.
NOT require to be
`root/sudoer`
.
#Tested OS
1.
Ubuntu
[

](https://github.com/Neilpang/letest#here-are-the-latest-status)
...
...
@@ -34,14 +34,30 @@ https://github.com/Neilpang/letest.git
3.
Apache 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
```
You don't have to be root then, although it is recommended.
Which does 3 jobs:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment