SuffolkLITLab/EfileProxyServer

Use letsencrypt for SSL

nonprofittechy opened this issue · 1 comments

Use letsencrypt for SSL

Made progress on this in #106, but we still need to see it in action (i.e. spin up a separate dev server), and then add the following features:

  • turn the.pem cert into a Java key store file
  • copy it to the right place (src/main/config) and overwrite the existing one
  • restart the server so it can use the new cert
  • put the whole thing on a weekly (?, maybe daily?) timer

See the TODOs remaining in AcmeRenewal.java.