Various improvements of doc/man5/x509v3_config.pod
[openssl.git] / 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