add dns sleep and reorder domain
parent
077b55018d
commit
34d1681f25
|
@ -27,7 +27,7 @@ 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 --post-hook "kill -USR1 `cat /run/httpd/httpd-sys.pid`" -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 --config-home /volume1/@appstore/acme.sh/
|
$ ./acme.sh --issue --post-hook "kill -USR1 `cat /run/httpd/httpd-sys.pid`" --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 --config-home /volume1/@appstore/acme.sh/ --dnssleep 15 -d YOURDOMAIN.TLD
|
||||||
|
|
||||||
simple right?
|
simple right?
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue