14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
# SSL Certificates - Do not commit these files
|
|
*.crt
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.pfx
|
|
|
|
# Let's Encrypt
|
|
letsencrypt/
|
|
live/
|
|
archive/
|
|
|
|
# Keep this directory in git but ignore certificate files
|
|
!.gitignore |