diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-12 17:26:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-07-14 18:07:18 +0300 |
commit | e60108713590ccee83da7e2581a43fd5fda5c8ce (patch) | |
tree | 59650cce83b69e527040560482bba7c8513ab17e /tests/load/openssl.cnf | |
parent | 8701276b3d98b5c6f927e2865ee6a915296033c1 (diff) |
Add repository certificate info to the About page
Diffstat (limited to 'tests/load/openssl.cnf')
-rw-r--r-- | tests/load/openssl.cnf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/load/openssl.cnf b/tests/load/openssl.cnf new file mode 100644 index 0000000..0ad12ee --- /dev/null +++ b/tests/load/openssl.cnf @@ -0,0 +1,22 @@ +repository = dev.cppget.org +company = Code Synthesis +email = info@dev.cppget.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 |