1
0
Fork 1
master
Brie Bruns 2016-03-08 12:34:44 -07:00
Ursprung d505039a09
Commit e5b4cf6a59
1 geänderte Dateien mit 7 neuen und 6 gelöschten Zeilen

Datei anzeigen

@ -23,14 +23,15 @@ 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
1. Do initial cert generation:
gen-unifi-cert.sh -e email@address.com -d unifi.somedomain.com -d unifi.someotherdomain.com
`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:
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
`/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)
3. Script will now run weekly and renew the certificate if necessary ( <30 days remain)
and restart unifi only if cert has been renewed.