How can I set up a letsencrypt SSL certificate and use it in a Spring Boot application?
问题 I'm new to securing a server so I don't really know much about this but I need to get my Spring Boot Application that is running on a Digital Ocean Droplet to use HTTPS. My idea is to register a letsencrypt certificate and then tell Spring to use that. However, I have no idea how to do that. Thanks. 回答1: I wrote 2 blog posts about Let's Encrypt and Spring Boot . Issuing a certificate. Spring Boot Application Secured by Let’s Encrypt Certificate Renewing a certificate . Let’s Encrypt