This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
letsencrypt [2016/12/18 13:31] ian |
letsencrypt [2020/02/13 22:55] (current) |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| </ | </ | ||
| - | 2. Add a monthly | + | 2. Add a weekly |
| < | < | ||
| Line 30: | Line 30: | ||
| logger " | logger " | ||
| - | ' >> /etc/cron.monthly/ | + | ' >> /etc/cron.weekly/ |
| - | # chmod u+x /etc/cron.monthly/ | + | # chmod u+x /etc/cron.weekly/ |
| </ | </ | ||
| Line 37: | Line 37: | ||
| < | < | ||
| - | / | + | / |
| </ | </ | ||
| Line 51: | Line 51: | ||
| 4. < | 4. < | ||
| - | echo '/ | + | echo '/ |
| </ | </ | ||
| Line 69: | Line 69: | ||
| ServerAlias www.braindump.ca braindump.mrzesty.net | ServerAlias www.braindump.ca braindump.mrzesty.net | ||
| + | DocumentRoot /var/www/ | ||
| RewriteEngine On | RewriteEngine On | ||
| - | | + | |
| + | RewriteRule | ||
| </ | </ | ||
| Line 82: | Line 84: | ||
| </ | </ | ||
| - | 6. You can repeat steps 4-6 for any additional SSL certificates for other public sites on the server. | + | 6. You can repeat steps 5-6 for any additional SSL certificates for other public sites on the server. |
| - | **/ | + | **/ |
| < | < | ||
| #!/bin/bash | #!/bin/bash | ||
| Line 92: | Line 94: | ||
| logger " | logger " | ||
| - | / | + | / |
| logger "End: $0" | logger "End: $0" | ||
| </ | </ | ||