Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support of custom domain other than 'localhost' #2

Open
js-d-coder opened this issue Jul 7, 2020 · 1 comment
Open

Support of custom domain other than 'localhost' #2

js-d-coder opened this issue Jul 7, 2020 · 1 comment

Comments

@js-d-coder
Copy link

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!

@aral
Copy link
Contributor

aral commented Mar 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@aral @js-d-coder and others