diff options
Diffstat (limited to 'tests/noemail-openssl.cnf')
-rw-r--r-- | tests/noemail-openssl.cnf | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/noemail-openssl.cnf b/tests/noemail-openssl.cnf new file mode 100644 index 0000000..4fc8618 --- /dev/null +++ b/tests/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 |