summaryrefslogtreecommitdiffstats
path: root/doc/man5/x509v3_config.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man5/x509v3_config.pod')
-rw-r--r--doc/man5/x509v3_config.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/man5/x509v3_config.pod b/doc/man5/x509v3_config.pod
index 134051da9a..a32e70c3e7 100644
--- a/doc/man5/x509v3_config.pod
+++ b/doc/man5/x509v3_config.pod
@@ -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