Initial commit

This commit is contained in:
2022-05-24 18:36:53 +00:00
commit db3ac6f29d
3 changed files with 116 additions and 0 deletions

40
.gitignore vendored Normal file
View File

@@ -0,0 +1,40 @@
# ---> OpenSSL
# 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
# ---> Lithium
libraries/*
resources/tmp/*