Tutorial - Java KeyStores (JKS) With Let’s Encrypt Not Working

Hello,

I followed up Tutorial - Java KeyStores (JKS) With Let’s Encrypt

But it failed for Java Key Store on AWS because Certbot SSL already activated for my website and then not working for Java web application.

I have been searched for many weeks. Still not lucky. Please advise.

That post was from 7 years ago; And not from anyone affiliated with LE.

I can only advise that you check/verify each step of the way.

2 Likes

Once you have a certificate for your domain name it can be associated with any number of services that share that name. You probably have the certificate files in pem format under the certbot /live/ path. So the task you have after that is to convert those into your java key store file and point your java application at those files.

Which java application server are you using? Tomcat? Are you hosting on linux or windows?

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.