Confirmed all instructions to work if followed step by step
parent
02f265855a
commit
06e372b1ce
|
@ -14,10 +14,12 @@ With the [Synology DSM deployhook](https://github.com/acmesh-official/acme.sh/wi
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ sudo su
|
$ sudo su
|
||||||
|
$ cd ~
|
||||||
$ wget https://github.com/Neilpang/acme.sh/archive/master.tar.gz
|
$ wget https://github.com/Neilpang/acme.sh/archive/master.tar.gz
|
||||||
$ tar xvf master.tar.gz
|
$ tar xvf master.tar.gz
|
||||||
$ cd acme.sh-master/
|
$ cd acme.sh-master/
|
||||||
$ ./acme.sh --install --nocron --home /usr/local/share/acme.sh --accountemail "email@gmailcom"
|
$ ./acme.sh --install --nocron --home /usr/local/share/acme.sh --accountemail "email@gmailcom"
|
||||||
|
$ source ~/.profile
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuring DNS
|
## Configuring DNS
|
||||||
|
|
Loading…
Reference in New Issue