diff options
author | drebs <drebs@leap.se> | 2016-11-17 22:35:21 -0200 |
---|---|---|
committer | Victor Shyba <victor1984@riseup.net> | 2016-11-18 16:17:52 -0300 |
commit | 0a467f58845d183df89e37010d9a4600c2ba4736 (patch) | |
tree | 3b7451ddc6e68f496ab3fa834f7d835be1639e03 /testing/tests/benchmarks/assets | |
parent | 07ee41ee7a11d27460a573a4be1646c4676b0166 (diff) |
[test] rename benchmark tests directory and tag
Diffstat (limited to 'testing/tests/benchmarks/assets')
-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 |