Hi james > "Installing a Certificate provided by a Certificate Authority" but Let's > Encrypt seems like a different beast than the other CAs mentioned on that > page, >
Discalimer I have used lentsencrypt before but not for James yet. It gives you a classic keypair but as usual with TLS/ssl no two systems expect the certificates in the same format. You should be able to import it fairly easily, provided you do a bit of conversion through the openssl cli Can you check the section called "Creating a separate .keystore file" in this blog post : https://ordina-jworks.github.io/security/2019/08/14/Using-Lets-Encrypt-Certificates-In-Java.html This should let you import the produced certificate. If it still complains about the CA signed certificate, you can find these on the lentsencrypt website Jean >