lwc:lamp_etc

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
lwc:lamp_etc [2021/09/29 14:22] John Harrisonlwc:lamp_etc [2025/01/22 07:16] (current) John Harrison
Line 46: Line 46:
   * source <filename>;   * source <filename>;
 </code> </code>
 +
 +===== Certbot/Letsencypt =====
 +  * add domains to existing certificate on nginx: ''certbot --nginx''
 +    * choose all the domains listed to renew existing domains and add the new ones
 +
 ===== tidbits ===== ===== tidbits =====
   * check dates of certificate: ''openssl s_client -connect ${SITE_URL}:${SITE_SSL_PORT} -servername ${SITE_URL} 2> /dev/null |  openssl x509 -noout  -dates''   * check dates of certificate: ''openssl s_client -connect ${SITE_URL}:${SITE_SSL_PORT} -servername ${SITE_URL} 2> /dev/null |  openssl x509 -noout  -dates''
 +
  
  
  • lwc/lamp_etc.1632943334.txt.gz
  • Last modified: 2021/09/29 14:22
  • by John Harrison