• 0 Posts
  • 1 Comment
Joined 4 months ago
cake
Cake day: July 5th, 2025

help-circle
  • I think you could achieve this with largely the same method as typical when using Nginx, Caddy, etc.

    The main difference is that where you’d usually use ACME/Let’s Encrypt - you’ll likely need to generate your own certs using a took like mkcert. You’ll need to get the CA cert used to generate the SSL certs and install it on any other systems/browsers that will be accessing the apps over https (mkcert will install them for the system you generate from).