Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:44 +08:00
commit 2afd4cf0af
8 changed files with 163 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for ssl-certificate-manager skill
- [ ] check_cert_expiry.sh - Script to check the expiry date of an SSL certificate and return the number of days remaining.
- [ ] renew_cert.sh - Script to automate the renewal process of an SSL certificate using Let's Encrypt or other ACME providers.
- [ ] list_certs.sh - Script to list all installed SSL certificates on the server and their details (e.g., domain, expiry date, issuer).