Question
Can we modify common name in an existing keystore?
The keystore i have has different common name for issuer and owner. Can I change it to hostname of the server?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I don’t know how keystore works in Java, but I’m pretty sure you can’t, since that would invalidate the certificate - based on how certificates work and how they’re encrypted with that information.