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