Links to Tutorials
Let's Encrypt
- How To Secure Apache with Let's Encrypt on Ubuntu 16.04
- SSL For Free 免費 SSL 憑證申請,使用 Let’s Encrypt 最簡單方法教學
- How to Use Let’s Encrypt to Install Free SSL Certificates on Your Linux VPS
- Apache with Let’s Encrypt Certificates on CentOS 8
- How to manage Let's Encrypt SSL/TLS certificates with certbot
- certbot
- How to issue Let’s Encrypt wildcard certificate with acme.sh and Cloudflare DNS
- How to forcefully renew Let’s Encrypt certificate
- How to Check Let’s Encrypt SSL Certificate Expiration Date
- [Nginx] Create a Web Server with NGINX and Secure it Using Certbot
Certbun - Certbot alternative
Test SSL - 這些工具可以檢測 SSL 網站的所有資訊
- https://www.tecmint.com/testssl-sh-test-tls-ssl-encryption-in-linux-commandline/
- https://github.com/drwetter/testssl.sh
- https://testssl.sh/
- https://www.ssllabs.com/ssltest/
- https://github.com/Matty9191/ssl-cert-check
Monitoring SSL
- https://certificatemonitor.org
Source code: https://github.com/RaymiiOrg/certificate-expiry-monitor - https://alerts.httpscop.com
SSL Certificates
- mkcert - A simple tool for making locally-trusted development certificates. It requires no configuration.
- SSL Certificates Cheat-Sheet
ACME (Automated Certificate Management Environment)
ACME是ACME 是一種通訊協定,由網際網路工程任務組(IETF)制定,目的是要自動化數位憑證的管理過程,包括憑證的申請、驗證、發行,以及之後的更新。由於數位憑證可以確保網站身份,並保護網站和用戶間的資訊交換,是網路安全非常重要的一環。傳統憑證申請和管理過程複雜且費時,ACME解決了這些麻煩,並使過程能夠自動化,因此也減少了管理成本,以及因憑證過期所產生的安全風險。