summaryrefslogtreecommitdiffstats
path: root/doc/man5
diff options
context:
space:
mode:
authorgeorg-x <georg.hoellrigl@gmx.at>2021-02-12 19:15:00 +0100
committerTomas Mraz <tomas@openssl.org>2021-02-18 17:21:02 +0100
commit125107e8ea9110e9cfae493a27b58f8704d390e9 (patch)
treea550811b72ca422093b1da9d37783039d618348b /doc/man5
parent70793dbbb983b0f95da30b79e8c8744289062499 (diff)
Various improvements of doc/man5/x509v3_config.pod
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)
Diffstat (limited to 'doc/man5')
-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