Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello All,
I would like to know how we can generate the Self Signed Wildcard certificate using the keytool utility? If not possible through keytool, is there any other way using which we can generate the Self signed Wildcard certificate?
Thanks,
Avinash
Hi @AK_10025845
Have you try this article? https://www.sslshopper.com/article-how-to-create-a-self-signed-certificate-using-java-keytool.html
PetrH
Hi @HelesicPetr
Thanks for your reply.
From the shared Article and as per below snapshot, do we need to enter domain details in First and Last name?
e.g., CN=*.abc.com
Regards,
Avinash
Hi @HelesicPetr , I wanted to generate self signed certificates for Replica sites. As there are more than 10 replica sites in my case, I thought it would be better to generate a single Wildcard certificate instead of generating the certificate for each replica site and then importing all those certificates to Master's keystore.
So using this keytool command, will I be able to generate that Wildcard certificate (and not the certificate specific to only one site/server).
Thanks.
Looks like you have to modify the .cnf file to be able to do it