mirror of
https://github.com/sstent/alex_app1.git
synced 2026-01-27 17:41:44 +00:00
lots of work so far-- mostly tidying
This commit is contained in:
20
node_modules/request/tests/ssl/ca/ca.cnf
generated
vendored
Normal file
20
node_modules/request/tests/ssl/ca/ca.cnf
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
[ req ]
|
||||
default_bits = 1024
|
||||
days = 3650
|
||||
distinguished_name = req_distinguished_name
|
||||
attributes = req_attributes
|
||||
prompt = no
|
||||
output_password = password
|
||||
|
||||
[ req_distinguished_name ]
|
||||
C = US
|
||||
ST = CA
|
||||
L = Oakland
|
||||
O = request
|
||||
OU = request Certificate Authority
|
||||
CN = requestCA
|
||||
emailAddress = mikeal@mikealrogers.com
|
||||
|
||||
[ req_attributes ]
|
||||
challengePassword = password challenge
|
||||
|
||||
Reference in New Issue
Block a user