Replies: 1 comment 8 replies
-
I have read the text, but I still have the question, what is wrong with the description? Why don't you just write a guide for the people who use it and then you can link to it? |
Beta Was this translation helpful? Give feedback.
8 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.
Uh oh!
There was an error while loading. Please reload this page.
-
This is not correct:
Rocket can off course use HTTPs. It uses crt/key, self-signed, root-ca signed or bought cert for your FQDN.
What Vaultwarden can't do is to obtain AND manage let's encrypt certs. For that you need either a reverse proxy or Certbot.
Best practice IMHO would be to run Vaultwarden in LAN with ROCKET_TLS based on root-ca signed cert (ZeroTrust) and additionally use an Outer-Caddy-LXC to reverse and to obtain let's encrypt cert for Vaultwarden.
Beta Was this translation helpful? Give feedback.
All reactions