Skip to content

Commit aad5143

Browse files
wesley-dean-flexionshiftkey
authored andcommitted
Add OpenSSL-related file extensions (#3168)
There are a number of OpenSSL-related file extensions (e.g., .pem, .crt, etc..) that contain data that are generally best not committed to repositories. This file contains several common file extensions that often correlate to these types of files.
1 parent 41ec058 commit aad5143

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

community/OpenSSL.gitignore

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# OpenSSL-related files best not committed
2+
3+
## Certificate Authority
4+
*.ca
5+
6+
## Certificate
7+
*.crt
8+
9+
## Certificate Sign Request
10+
*.csr
11+
12+
## Certificate
13+
*.der
14+
15+
## Key database file
16+
*.kdb
17+
18+
## OSCP request data
19+
*.org
20+
21+
## PKCS #12
22+
*.p12
23+
24+
## PEM-encoded certificate data
25+
*.pem
26+
27+
## Random number seed
28+
*.rnd
29+
30+
## SSLeay data
31+
*.ssleay
32+
33+
## S/MIME message
34+
*.smime

0 commit comments

Comments
 (0)