diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2022-02-24 23:59:37 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2022-02-25 00:06:25 +0100 |
commit | 58c2c80b585fe51dea56ca13776b51f44ad68463 (patch) | |
tree | 0593108718ac87596f529d3feddd75cd875956f4 /tests/certs/openssl.cnf | |
parent | 90d0b00313686a8e6a05e807c24d5c460718ba41 (diff) |
tests/certs/generate: Use custom openssl.cnf.
To avoid depending on the system default.
Diffstat (limited to 'tests/certs/openssl.cnf')
-rw-r--r-- | tests/certs/openssl.cnf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/certs/openssl.cnf b/tests/certs/openssl.cnf new file mode 100644 index 0000000..b1af7b8 --- /dev/null +++ b/tests/certs/openssl.cnf @@ -0,0 +1,4 @@ +[ req ] +distinguished_name = req_distinguished_name + +[ req_distinguished_name ] |