diff options
Diffstat (limited to 'roms/skiboot/libstb/crypto/mbedtls/tests/data_files/test-ca.server1.opensslconf')
-rw-r--r-- | roms/skiboot/libstb/crypto/mbedtls/tests/data_files/test-ca.server1.opensslconf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/skiboot/libstb/crypto/mbedtls/tests/data_files/test-ca.server1.opensslconf b/roms/skiboot/libstb/crypto/mbedtls/tests/data_files/test-ca.server1.opensslconf new file mode 100644 index 000000000..4a5072eae --- /dev/null +++ b/roms/skiboot/libstb/crypto/mbedtls/tests/data_files/test-ca.server1.opensslconf @@ -0,0 +1,18 @@ + [ ca ] + default_ca = test-ca + + [ test-ca ] + certificate = test-ca.crt + private_key = test-ca.key + serial = test-ca.server1.serial + default_md = sha1 + default_startdate = 110212144406Z + default_enddate = 210212144406Z + new_certs_dir = ./ + database = ./test-ca.server1.db + policy = policy_match + + [policy_match] + countryName = supplied + organizationName = supplied + commonName = supplied |