mirror of
https://github.com/hak5/nano-tetra-modules.git
synced 2025-10-29 16:58:09 +00:00
Add modules to repository
This commit is contained in:
15
SSLsplit/cert/openssl.cnf
Normal file
15
SSLsplit/cert/openssl.cnf
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
# OpenSSL configuration file.
|
||||
#
|
||||
|
||||
dir = .
|
||||
|
||||
[ req ]
|
||||
distinguished_name = reqdn
|
||||
|
||||
[ reqdn ]
|
||||
|
||||
[ v3_ca ]
|
||||
basicConstraints = CA:TRUE
|
||||
subjectKeyIdentifier = hash
|
||||
authorityKeyIdentifier = keyid:always,issuer:always
|
||||
Reference in New Issue
Block a user