Update README
to remove automatically updating the config file and to specify that it doesn't update. Also, specify how the certificate is saved and where to point the config file to.
This commit is contained in:
parent
6ffbfda212
commit
e887871bf1
@ -83,15 +83,9 @@ acme.sh --deploy -d ftp.example.com --deploy-hook keychain
|
|||||||
|
|
||||||
## 7. Deploy the cert to Lighttpd
|
## 7. Deploy the cert to Lighttpd
|
||||||
|
|
||||||
```sh
|
The config file does not get updated automatically. Configure Lighttpd config file SSL settings to point to /etc/acme.sh/lighttpd/primarydomain.pem. For example, /etc/acme.sh/lighttpd/ftp.example.com.pem.
|
||||||
|
|
||||||
acme.sh --deploy -d ftp.example.com --deploy-hook lighttpd
|
|
||||||
```
|
|
||||||
|
|
||||||
The default lighttpd conf file is `/etc/lighttpd/lighttpd.conf`, if your lighttpd conf is not in the default location, you can specify one:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
export DEPLOY_LIGHTTTPD_CONF="/etc/lighttpd/external.conf"
|
|
||||||
|
|
||||||
acme.sh --deploy -d ftp.example.com --deploy-hook lighttpd
|
acme.sh --deploy -d ftp.example.com --deploy-hook lighttpd
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user