Skip to content

How do I set up TLS for a private instance? #404

Answered by florianschroen
vext01 asked this question in Q&A
Discussion options

You must be logged in to vote

You can try using letsencrypt with dns challenge which only requires a compatible dns provider for your Domain. (which needs to be an normal registered Domain)

When you like to use your service only via local network without exposing to the Internet, you can create a dns record of the type A with your private Server IP.

E.g. paperless.mydomain.tld will point to 192.168.178.10

This setup is technically absolutely acceptible and secure.

I would recommend looking at traefik loadbalancer, because it can do all the certificate stuff very easily.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vext01
Comment options

Answer selected by vext01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants