Update readme

master
Brie Bruns 2016-04-04 20:57:31 -06:00
parent 7c6cfd1fab
commit 6eba3b24a8
1 changed files with 14 additions and 0 deletions

View File

@ -23,6 +23,20 @@ apache-le-proxy.conf - Use with apache for LE well-known proxy config
# How To Use # How To Use
## gen-cert.sh
1. Do initial cert generation (if using webroot, see script contents for more methods of authentication):
gen-cert.sh -e email@address.com -d somedomain.com -d otherdomain.com -r /var/www/letsencrypt-root/
2. Copy cron/renew-ssl-weekly.sh to /etc/cron.weekly, edit as appropriate
3. Run:
chmod 750 /etc/cron.weekly/renew-ssl-weekly.sh
3. Script will now run weekly and renew the certificate if necessary ( < 30 days remain). Don't forget to add any necessary file copies/symlinks/service restarts as needed once the scripts are updated.
## gen-unifi-cert.sh ## gen-unifi-cert.sh
1. Do initial cert generation: 1. Do initial cert generation: