forked from brielle/lets-encrypt-scripts
Update readme
parent
3eb706a14a
commit
d505039a09
15
README.md
15
README.md
|
@ -19,3 +19,18 @@ DSTROOTCAX3.txt - Root CA cert needed for use with the gen-unifi-cert.sh script
|
||||||
apache-le-alias.conf - Use with apache for LE well-known alias config
|
apache-le-alias.conf - Use with apache for LE well-known alias config
|
||||||
|
|
||||||
apache-le-proxy.conf - Use with apache for LE well-known proxy config
|
apache-le-proxy.conf - Use with apache for LE well-known proxy config
|
||||||
|
|
||||||
|
How To Use
|
||||||
|
=============================================================
|
||||||
|
|
||||||
|
gen-unifi-cert.sh
|
||||||
|
1) Do initial cert generation:
|
||||||
|
|
||||||
|
gen-unifi-cert.sh -e email@address.com -d unifi.somedomain.com -d unifi.someotherdomain.com
|
||||||
|
|
||||||
|
2) Put in /etc/cron.weekly/renew-unifi-ssl if everything works okay:
|
||||||
|
|
||||||
|
/path/to/script/gen-unifi-cert.sh -r -d unifi.somedomain.com -d unifi.someotherdomain.com
|
||||||
|
|
||||||
|
3) Script will now run weekly and renew the certificate if necessary ( <30 days remain)
|
||||||
|
and restart unifi only if cert has been renewed.
|
|
@ -71,8 +71,8 @@ else
|
||||||
-deststorepass aircontrolenterprise
|
-deststorepass aircontrolenterprise
|
||||||
echo "Inserting certificate into Unifi keystore..."
|
echo "Inserting certificate into Unifi keystore..."
|
||||||
keytool -trustcacerts -importkeystore \
|
keytool -trustcacerts -importkeystore \
|
||||||
-deststorepass aircontrolenterprise \
|
-deststorepass aircontrolenterprise \
|
||||||
-destkeypass aircontrolenterprise \
|
-destkeypass aircontrolenterprise \
|
||||||
-destkeystore /usr/lib/unifi/data/keystore \
|
-destkeystore /usr/lib/unifi/data/keystore \
|
||||||
-srckeystore ${TEMPFILE} -srcstoretype PKCS12 \
|
-srckeystore ${TEMPFILE} -srcstoretype PKCS12 \
|
||||||
-srcstorepass aircontrolenterprise \
|
-srcstorepass aircontrolenterprise \
|
||||||
|
|
Loading…
Reference in New Issue