forge icon indicating copy to clipboard operation
forge copied to clipboard

Support authority info access x509 v3 section creation through extensions

Open SevanMelemedjian opened this issue 4 years ago • 2 comments

This feature would allow forge users to specify the Authority Info Access section as described by the OpenSSL organization in their x509 v3 manual page.

The user could create a list of access descriptions for either OCSP servers or CA Issuers by adding an entry looking like this in the extensions array:

  {
    name: 'authorityInfoAccess',
    accessDescriptions: [
      {
        accessMethod: 'ocsp',
        accessLocation: 'http://ocsp.example.com'
      },
      {
        accessMethod: 'caIssuers',
        accessLocation: 'http://authority.example.com/servicesca.der'
      }
    ]
  }

SevanMelemedjian avatar Apr 12 '20 00:04 SevanMelemedjian

great feature.Thanks @SevanMelemedjian . I can not wait to use it :)

x-077 avatar May 09 '20 09:05 x-077

Hello @davidlehn , any chance to get this merge ?

Thank you.

x-077 avatar Jul 08 '20 11:07 x-077