User Tools

Site Tools


mkauth

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mkauth [2025/01/31 07:58] – created protocolmkauth [2025/01/31 09:57] (current) protocol
Line 7: Line 7:
 </code> </code>
  
 +===== ssl =====
 +<code>
 +       SSLCertificateFile /etc/letsencrypt/live/intechgrity.com/cert.pem
 +       SSLCertificateKeyFile /etc/letsencrypt/live/intechgrity.com/privkey.pem
 +       SSLCertificateChainFile /etc/letsencrypt/live/intechgrity.com/chain.pem
 +       
 +0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew --deploy-hook "/etc/init.d/apache2 restart"
 +
 +</code>
mkauth.txt · Last modified: 2025/01/31 09:57 by protocol