From 6bdbc8ef97832d83742bd8d655d1d46ca4019940 Mon Sep 17 00:00:00 2001 From: IPv4v6 Date: Wed, 30 Mar 2022 22:43:25 +0200 Subject: [PATCH] Add authority information access example (#307) --- easyrsa3/x509-types/COMMON | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/easyrsa3/x509-types/COMMON b/easyrsa3/x509-types/COMMON index 3e9b633..a9867db 100644 --- a/easyrsa3/x509-types/COMMON +++ b/easyrsa3/x509-types/COMMON @@ -5,3 +5,8 @@ # demonstrated in the following example: #crlDistributionPoints = URI:http://example.net/pki/my_ca.crl + +# The authority information access extension gives details about how to access +# certain information relating to the CA. + +#authorityInfoAccess = caIssuers;URI:http://example.net/pki/my_ca.crt