Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AIA, simultaneous OCSP and caIssuers #46

Closed
Forst opened this issue Jun 29, 2018 · 2 comments
Closed

AIA, simultaneous OCSP and caIssuers #46

Forst opened this issue Jun 29, 2018 · 2 comments
Labels

Comments

@Forst
Copy link

Forst commented Jun 29, 2018

Currently, the AIA field in certificate extensions supports either OCSP or caIssuers parameter, it would be great if it was possible to specify both simultaneously.

AIA certificate extension

@Forst
Copy link
Author

Forst commented Jun 29, 2018

There is of course a way to do this by specifying advanced configuration for the certificate:

authorityInfoAccess = @aia_ext

[aia_ext]
caIssuers;URI.0 = http://ca.example.com/cert.crt
OCSP;URI.0 = http://ocsp.example.com/

I think it would be nicer to provide this configuration in the user interface.

@fadlytabrani
Copy link

+1

chris2511 added a commit that referenced this issue Mar 17, 2020
also fixes "#46 AIA, simultaneous OCSP and caIssuers"

Move "OCSP/caIssuers" index from a separate drop down
into the single dropdown of URI/IP/DNS...

This change not only fixes the bug, but also removes some
special handling for the AIA extension.

Adding features by deleting code is highly appreciated :-)
chris2511 added a commit that referenced this issue Mar 18, 2020
also fixes "#46 AIA, simultaneous OCSP and caIssuers"

Move "OCSP/caIssuers" index from a separate drop down
into the single dropdown of URI/IP/DNS...

This change not only fixes the bug, but also removes some
special handling for the AIA extension.

Adding features by deleting code is highly appreciated :-)
chris2511 added a commit that referenced this issue Mar 23, 2020
also fixes "#46 AIA, simultaneous OCSP and caIssuers"

Move "OCSP/caIssuers" index from a separate drop down
into the single dropdown of URI/IP/DNS...

This change not only fixes the bug, but also removes some
special handling for the AIA extension.

Adding features by deleting code is highly appreciated :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants