Welcome! Log In Create A New Profile

Advanced

Re: OCSP, client certificate verification with chained CA

All files from this thread

File Name File Size   Posted by Date  
nginx_pki.tar.gz 36.3 KB open | download Marti, Ueli (Marin) 01/04/2022 Read message
Maxim Dounin
January 06, 2022 03:38PM
Hello!

On Wed, Jan 05, 2022 at 03:33:29PM +0000, Marti, Ueli (Marin) wrote:

> Ok, good point thanks.
> However, it seems nginx accepts only one ssl_ocsp_responder
> instance. Or is there a syntax to specify multiple instances ?
> So this would need to be solved on the responder side which
> would need to be able to handle multiple CAs. Openssl ocsp
> doesn't seem to support that.
>
> Any chance for nginx to support multiple ssl_ocsp_responder
> instances in the future ?

Normally you shouldn't use ssl_ocsp_responder responder at all:
instead, certificate's Authority Information Access (AIA)
extension is used to obtain appropriate OCSP responder address.

The ssl_ocsp_responder directive is something to be used to
manually override information from AIA extension, either for
testing or for complex configurations when you want to redefine
OCSP server address for some reason. If you do this, you can
distinguish OCSP requests to different certificates based on the
information in the requests, such as issuer name and issuer key
hashes. If the OCSP responder you use is not capable of doing
this, consider removing the ssl_ocsp_responder directive, so nginx
will use the AIA extension instead.

(Note well that using OpenSSL's builtin OCSP responder for
anything but tests might not be a good idea.)

--
Maxim Dounin
http://mdounin.ru/
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

OCSP, client certificate verification with chained CA Attachments

Marti, Ueli (Marin) January 04, 2022 06:12AM

Re: OCSP, client certificate verification with chained CA

Vahan Yerkanian January 04, 2022 08:22AM

RE: OCSP, client certificate verification with chained CA

Marti, Ueli (Marin) January 04, 2022 09:46AM

Re: OCSP, client certificate verification with chained CA

Maxim Dounin January 05, 2022 09:24AM

RE: OCSP, client certificate verification with chained CA

Marti, Ueli (Marin) January 05, 2022 10:36AM

Re: OCSP, client certificate verification with chained CA

Maxim Dounin January 06, 2022 03:38PM

RE: OCSP, client certificate verification with chained CA

Marti, Ueli (Marin) January 07, 2022 02:26AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 204
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready