Fix reference to x509v3.cnf(5) bis
authortb <tb@openbsd.org>
Tue, 26 Sep 2023 21:18:01 +0000 (21:18 +0000)
committertb <tb@openbsd.org>
Tue, 26 Sep 2023 21:18:01 +0000 (21:18 +0000)
regress/lib/libcrypto/CA/root.cnf

index 30a442f..02399a0 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: root.cnf,v 1.4 2022/03/14 21:30:48 tb Exp $
+#      $OpenBSD: root.cnf,v 1.5 2023/09/26 21:18:01 tb Exp $
 # For regression tests
 default_ca = CA_regress
 
@@ -83,14 +83,14 @@ emailAddress_default            = evilsoandsos@openbsd.org
 commonName_default              = Regress Root CA
 
 [ v3_ca ]
-# Extensions for a typical CA (`man x509v3_config`).
+# Extensions for a typical CA (`man x509v3.cnf`).
 subjectKeyIdentifier = hash
 authorityKeyIdentifier = keyid:always,issuer
 basicConstraints = critical, CA:true
 keyUsage = critical, digitalSignature, cRLSign, keyCertSign
 
 [ v3_intermediate_ca ]
-# Extensions for a typical intermediate CA (`man x509v3_config`).
+# Extensions for a typical intermediate CA (`man x509v3.cnf`).
 subjectKeyIdentifier = hash
 authorityKeyIdentifier = keyid:always,issuer
 basicConstraints = critical, CA:true, pathlen:0
@@ -113,7 +113,7 @@ C = CA
 O = OpenBSD
 
 [ usr_cert ]
-# Extensions for client certificates (`man x509v3_config`).
+# Extensions for client certificates (`man x509v3.cnf`).
 basicConstraints = CA:FALSE
 nsCertType = client, email
 nsComment = "OpenSSL Generated Client Certificate"
@@ -123,7 +123,7 @@ keyUsage = critical, nonRepudiation, digitalSignature, keyEncipherment
 extendedKeyUsage = clientAuth, emailProtection
 
 [ server_cert ]
-# Extensions for server certificates (`man x509v3_config`).
+# Extensions for server certificates (`man x509v3.cnf`).
 basicConstraints = CA:FALSE
 nsCertType = server
 nsComment = "OpenSSL Generated Server Certificate"
@@ -133,7 +133,7 @@ keyUsage = critical, digitalSignature, keyEncipherment
 extendedKeyUsage = serverAuth
 
 [ crl_ext ]
-# Extension for CRLs (`man x509v3_config`).
+# Extension for CRLs (`man x509v3.cnf`).
 authorityKeyIdentifier=keyid:always
 
 [ ocsp ]