diff options
Diffstat (limited to 'src/regress/lib/libcrypto/CA/root.cnf')
-rw-r--r-- | src/regress/lib/libcrypto/CA/root.cnf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/regress/lib/libcrypto/CA/root.cnf b/src/regress/lib/libcrypto/CA/root.cnf index b22e161476..506542e943 100644 --- a/src/regress/lib/libcrypto/CA/root.cnf +++ b/src/regress/lib/libcrypto/CA/root.cnf | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: root.cnf,v 1.2 2018/07/17 17:06:49 tb Exp $ | 1 | # $OpenBSD: root.cnf,v 1.3 2020/12/26 00:48:56 bluhm Exp $ |
2 | # For regression tests | 2 | # For regression tests |
3 | default_ca = CA_regress | 3 | default_ca = CA_regress |
4 | 4 | ||
@@ -8,8 +8,8 @@ dir = . | |||
8 | certs = $dir | 8 | certs = $dir |
9 | crl_dir = $dir | 9 | crl_dir = $dir |
10 | database = $dir/root.txt | 10 | database = $dir/root.txt |
11 | serial = $dir/rootserial | 11 | serial = $dir/root.serial |
12 | new_certs_dir = $dir | 12 | new_certs_dir = $dir |
13 | 13 | ||
14 | # The root key and root certificate. | 14 | # The root key and root certificate. |
15 | private_key = $dir/root.key.pem | 15 | private_key = $dir/root.key.pem |
@@ -127,4 +127,3 @@ subjectKeyIdentifier = hash | |||
127 | authorityKeyIdentifier = keyid,issuer | 127 | authorityKeyIdentifier = keyid,issuer |
128 | keyUsage = critical, digitalSignature | 128 | keyUsage = critical, digitalSignature |
129 | extendedKeyUsage = critical, OCSPSigning | 129 | extendedKeyUsage = critical, OCSPSigning |
130 | |||