How can I set up a letsencrypt SSL certificate and use it in a Spring Boot application?

前端 未结 7 2050
长情又很酷
长情又很酷 2020-12-07 09:14

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. <

7条回答
  •  太阳男子
    2020-12-07 10:03

    Another option is to use Spring Boot Starter ACME:

    https://github.com/creactiviti/spring-boot-starter-acme

    ACME (Automatic Certificate Management Environment) it the protocol used by LetsEncrypt to automatically issue certs.

提交回复
热议问题