aboutsummaryrefslogtreecommitdiff
path: root/tests/auth/noemail-openssl.cnf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auth/noemail-openssl.cnf')
-rw-r--r--tests/auth/noemail-openssl.cnf20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auth/noemail-openssl.cnf b/tests/auth/noemail-openssl.cnf
new file mode 100644
index 0000000..4fc8618
--- /dev/null
+++ b/tests/auth/noemail-openssl.cnf
@@ -0,0 +1,20 @@
+repository = build2.org
+company = Code Synthesis
+
+
+[ 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