setup test cases for client certificates

This commit is contained in:
PixlRainbow
2019-06-07 01:23:22 +08:00
parent 60e0286cfb
commit b2f4120d15
3 changed files with 92 additions and 1 deletions

18
test/test.rootCA.conf Normal file
View File

@@ -0,0 +1,18 @@
[req]
default_bits = 2048
distinguished_name = req_distinguished_name
attributes = req_attributes
prompt = no
output_password = mypass
[req_distinguished_name]
C = US
ST = Test State or Province
L = Test Locality
O = Organization Name
OU = Organizational Unit Name
CN = Root CA Name
emailAddress = test@email.address
[req_attributes]
challengePassword = 1234