auto-encrypt-localhost icon indicating copy to clipboard operation
auto-encrypt-localhost copied to clipboard

Support of custom domain other than 'localhost'

Open js-d-coder opened this issue 5 years ago • 1 comments
trafficstars

Situation is like this: I have a Raspberry PI running many servers (nginx, syncthing, qbittorrent) in my LAN. I have created Let's Encrypt Cert for the domain 'raspberry' (which points to local IP) but every time I open Web interface of any server, it gives me warning it is not verified (or something). So it will be great if I can create SSL certificate for domain 'raspberry'.

Thanks for your great work, Godspeed!

js-d-coder avatar Jul 07 '20 15:07 js-d-coder

@js-d-coder Sorry for the slow reply; I hadn’t realised my GitHub notifications were getting filtered (on HEY now, so I’m getting them properly once again) :)

Where do you want to be able to reach this raspberry from? Because if you use mkcert, it will have to be from devices that have the root certificate authority installed. In the docs, you can see that we already automatically provision certs for IP addresses that you can hit from your LAN (and there is a way to easily get the root ca from your server by hitting the special /ca route it hosts).

aral avatar Mar 24 '21 14:03 aral