X509v3 Authority Key Identifier pains (authorityKeyIdentifier)
“X509v3 Authority Key Identifier” or “authorityKeyIdentifier” is an X509v3 extension that’s added to X509 certificates and identifies the CA that signed the Certificate. I suppose that this speeds up the certificate validation process by eliminating multiple checks. Short version Edit openssl.cnf and make sure that authorityKeyIdentifier does not include “issuer” Long version There’s an issue …
Continue reading ‘X509v3 Authority Key Identifier pains (authorityKeyIdentifier)’ »