mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
35 lines
349 B
Text
35 lines
349 B
Text
|
# 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
|