Replies: 1 comment 2 replies
-
The internal certs roll over, I would strongly recommend using something like let’s encrypt or a proper internal pki |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to convert my inventree server to use https instead of http so password managers work. It only needs to be accessed on the local network. I managed by adding to
.env
and adding
tls internal
to the Caddyfile.This worked and the first time I accessed it with a browser I got the warning that the certificate was not trusted but can trust it anyway and that is fine. However after a docker restart I think the certificates changed or something because all devices that trusted it already, can no longer access the site. New devices could do it fine. I have no knowledge about most of this networking stuff but what should I change?
Beta Was this translation helpful? Give feedback.
All reactions