mirror of https://github.com/openssl/openssl.git
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:
parent
70793dbbb9
commit
125107e8ea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue