You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate the certificate used for https in the browser, I am validating the CN field and as you can see, each alias has a keypair with a different CN field
Expected Behavior
When using one of the properties below I hope the correct alias is selected in PKCS12
Actual Behaviour
When I have a PKCS12 with several aliases, I cannot select the desired alias with the properties mentioned above
The alias property "micronaut.ssl.key.alias" is set to "alias2", however when validating the http certificate we should see a CN "localhost2":
Steps To Reproduce
https://github.com/viniciusxyz/https-micronaut
This application has a certificate at the root that was created using this commands:
Environment Information
No response
Example Application
https://github.com/viniciusxyz/https-micronaut
Version
4.7.6
The text was updated successfully, but these errors were encountered: