add command to use the new certificate for the web server

master
Frederic Crozat 2017-02-27 16:00:33 +01:00
parent 7818564357
commit 5243f43c27
1 changed files with 1 additions and 1 deletions

@ -29,7 +29,7 @@ Now to create your certificate:
$ ./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/certificate/system/default/cert.pem --keypath /usr/syno/etc/certificate/system/default/privkey.pem --fullchainpath /usr/syno/etc/certificate/system/default/fullchain.pem $ ./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/certificate/system/default/cert.pem --keypath /usr/syno/etc/certificate/system/default/privkey.pem --fullchainpath /usr/syno/etc/certificate/system/default/fullchain.pem
(anyone knows how to restart the webserver?) You'll need to restart the webserver with: /usr/syno/etc/rc.sysv/nginx.sh reload
simple right? simple right?