Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
userguide:let_s_encrypt_for_internal_servers [2020/02/02 06:47] Dan Brown [Issue the certificate] |
userguide:let_s_encrypt_for_internal_servers [2021/01/18 14:40] (current) markvnl make installed certificate visable in UI |
||
---|---|---|---|
Line 31: | Line 31: | ||
< | < | ||
- | config setprop pki CrtFile / | + | config setprop pki CrtFile / |
- | config setprop pki ChainFile / | + | config setprop pki ChainFile / |
- | config setprop pki KeyFile / | + | config setprop pki KeyFile / |
</ | </ | ||
Line 50: | Line 50: | ||
< | < | ||
acme.sh --issue --dns dns_cf -d your_fqdn -d your_other_fqdn -d \*.third_fqdn \ | acme.sh --issue --dns dns_cf -d your_fqdn -d your_other_fqdn -d \*.third_fqdn \ | ||
- | --cert-file / | + | --cert-file / |
- | --ca-file / | + | --ca-file / |
- | --key-file / | + | --key-file / |
--reloadcmd "/ | --reloadcmd "/ | ||
</ | </ |