diff options
Diffstat (limited to 'test/fixtures/keys/rsa_cert.cnf')
-rw-r--r-- | test/fixtures/keys/rsa_cert.cnf | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/test/fixtures/keys/rsa_cert.cnf b/test/fixtures/keys/rsa_cert.cnf deleted file mode 100644 index 5d30534012..0000000000 --- a/test/fixtures/keys/rsa_cert.cnf +++ /dev/null @@ -1,23 +0,0 @@ -[ req ] -days = 99999 -distinguished_name = req_distinguished_name -attributes = req_attributes -prompt = no -x509_extensions = v3_ca - -[ req_distinguished_name ] -C = UK -ST = Acknack Ltd -L = Rhys Jones -O = node.js -0.OU = Test TLS Certificate -1.OU = Engineering -CN = localhost -emailAddress = alex@aub.dev - -[ req_attributes ] - -[ v3_ca ] -basicConstraints = CA:TRUE - -[ x509_extensions ]
\ No newline at end of file |