mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 21:53:21 +08:00
Added command to restart webserver
@@ -29,9 +29,13 @@ set your email, cloudflare account and API (https://www.cloudflare.com/a/account
|
|||||||
ctrl+c
|
ctrl+c
|
||||||
:wq (and you are out of VI(M)
|
:wq (and you are out of VI(M)
|
||||||
|
|
||||||
now to create your cert
|
now to create your cert:
|
||||||
`$ ./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/ssl/ssl.crt/server.crt --keypath /usr/syno/etc/ssl/ssl.key/server.key --fullchainpath /usr/syno/etc/ssl/ssl.intercrt/server-ca.crt`
|
|
||||||
(anyone knows how to restart the webserver?)
|
$ ./acme.sh --issue -d YOURDOMAIN.TLD --dns dns_cf --certpath /usr/syno/etc/ssl/ssl.crt/server.crt --keypath /usr/syno/etc/ssl/ssl.key/server.key --fullchainpath /usr/syno/etc/ssl/ssl.intercrt/server-ca.crt
|
||||||
|
|
||||||
|
..and restart your webserver:
|
||||||
|
|
||||||
|
kill -USR1 `cat /run/httpd/httpd-sys.pid`
|
||||||
|
|
||||||
simple right?
|
simple right?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user