There seems to be a problem with Authority Key Identifier when creating self-signed certificates. When I check the box on extensions tab the Authority Key Identifier is not present on the generated certificate. If I uncheck the box and add authorityKeyIdentifier = keyid, issuer:always or authorityKeyIdentifier = keyid:always or authorityKeyIdentifier = keyid:always, issuer:always in the advanced tab the identifier is also not present. When I add authorityKeyIdentifier = issuer:always in advanced tab the certificate will have Authority Key Identifier details but no key id. When I enter authorityKeyIdentifier = keyid the Authority Key Identifier field is present in generated certificate but the keyid is 0.
All seems to be working correctly when generating not self-signed certificate.
There seems to be a problem with Authority Key Identifier when creating self-signed certificates. When I check the box on extensions tab the Authority Key Identifier is not present on the generated certificate. If I uncheck the box and add
authorityKeyIdentifier = keyid, issuer:alwaysorauthorityKeyIdentifier = keyid:alwaysorauthorityKeyIdentifier = keyid:always, issuer:alwaysin the advanced tab the identifier is also not present. When I addauthorityKeyIdentifier = issuer:alwaysin advanced tab the certificate will have Authority Key Identifier details but no key id. When I enterauthorityKeyIdentifier = keyidthe Authority Key Identifier field is present in generated certificate but the keyid is 0.All seems to be working correctly when generating not self-signed certificate.