Various improvements of doc/man5/x509v3_config.pod
authorgeorg-x <georg.hoellrigl@gmx.at>
Fri, 12 Feb 2021 18:15:00 +0000 (19:15 +0100)
committerTomas Mraz <tomas@openssl.org>
Thu, 18 Feb 2021 16:21:02 +0000 (17:21 +0100)
include is the better word

Co-authored-by: kaduk <kaduk-github@mit.edu>
Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14210)

doc/man5/x509v3_config.pod

index 134051da9ad0c1523074b90e68f1bfcfd2589716..a32e70c3e7da31624640972bd742e5374d279f24 100644 (file)
@@ -284,8 +284,16 @@ B<access_id;location>, where B<access_id> is an object identifier
 (although only a few values are well-known) and B<location> has the same
 syntax as subject alternative name (except that B<email:copy> is not supported).
 
+Possible values for access_id include B<OCSP> (OCSP responder),
+B<caIssuers> (CA Issuers), 
+B<ad_timestamping> (AD Time Stamping), 
+B<AD_DVCS> (ad dvcs),
+B<caRepository> (CA Repository).
+
 Examples:
 
+ authorityInfoAccess = OCSP;URI:http://ocsp.my.host/,caIssuers;URI:http://my.ca/ca.cer
+
  authorityInfoAccess = OCSP;URI:http://ocsp.my.host/
 
 =head2 CRL distribution points