feat(certs): add SSL cerificate credentials

This commit is contained in:
2026-03-19 04:42:56 +08:00
parent aa90835d84
commit 8b2bdf165b
5 changed files with 18 additions and 1 deletions

5
.gitignore vendored
View File

@@ -15,3 +15,8 @@ backups/
# OS generated files
.DS_Store
Thumbs.db
# Ignore SSL Certificates and Private Keys
*.pem
*.key
*.crt