diff options
author | drebs <drebs@leap.se> | 2016-12-22 18:02:54 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2016-12-22 18:02:54 -0200 |
commit | ad8a7dbb3773f57d0305dd208e3ec5b1de4cb806 (patch) | |
tree | 95574528030f48c14a37377ba8e5bf0bab0f9a20 /testing/tests/benchmarks/assets/cert_default.conf | |
parent | b0c55796a34ca449706776158bea45df0aa4da83 (diff) | |
parent | e360a3a75999503cf45bfbbad69970a452cf3d32 (diff) |
Merge tag '0.9.2' into debian/platform-0.9
Tag version 0.9.2
Diffstat (limited to 'testing/tests/benchmarks/assets/cert_default.conf')
-rw-r--r-- | testing/tests/benchmarks/assets/cert_default.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/tests/benchmarks/assets/cert_default.conf b/testing/tests/benchmarks/assets/cert_default.conf new file mode 100644 index 00000000..8043cea3 --- /dev/null +++ b/testing/tests/benchmarks/assets/cert_default.conf @@ -0,0 +1,15 @@ +[ req ] +default_bits = 1024 +default_keyfile = keyfile.pem +distinguished_name = req_distinguished_name +prompt = no +output_password = mypass + +[ req_distinguished_name ] +C = GB +ST = Test State or Province +L = Test Locality +O = Organization Name +OU = Organizational Unit Name +CN = localhost +emailAddress = test@email.address |