diff options
Diffstat (limited to 'options/gitignore/OpenSSL')
-rw-r--r-- | options/gitignore/OpenSSL | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/options/gitignore/OpenSSL b/options/gitignore/OpenSSL new file mode 100644 index 0000000..732b1f1 --- /dev/null +++ b/options/gitignore/OpenSSL @@ -0,0 +1,34 @@ +# OpenSSL-related files best not committed + +## Certificate Authority +*.ca + +## Certificate +*.crt + +## Certificate Sign Request +*.csr + +## Certificate +*.der + +## Key database file +*.kdb + +## OSCP request data +*.org + +## PKCS #12 +*.p12 + +## PEM-encoded certificate data +*.pem + +## Random number seed +*.rnd + +## SSLeay data +*.ssleay + +## S/MIME message +*.smime |