aboutsummaryrefslogtreecommitdiff
path: root/tests/auth/mismatch-openssl.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth/mismatch-openssl.cnf')
-rw-r--r--tests/auth/mismatch-openssl.cnf22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/auth/mismatch-openssl.cnf b/tests/auth/mismatch-openssl.cnf
new file mode 100644
index 0000000..0c328d0
--- /dev/null
+++ b/tests/auth/mismatch-openssl.cnf
@@ -0,0 +1,22 @@
+repository = build2.org/mismatched/name
+company = Code Synthesis
+email = info@build2.org
+
+
+[ req ]
+
+distinguished_name = req_distinguished_name
+x509_extensions = v3_req
+prompt = no
+utf8 = yes
+
+[ req_distinguished_name ]
+
+O = $company
+CN = name:$repository
+
+[ v3_req ]
+
+keyUsage = critical,digitalSignature
+extendedKeyUsage = critical,codeSigning
+subjectAltName = email:$email