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)
This commit is contained in:
georg-x 2021-02-12 19:15:00 +01:00 committed by Tomas Mraz
parent 70793dbbb9
commit 125107e8ea
1 changed files with 8 additions and 0 deletions

View 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