Hello bitwardenRS community!
I have been looking for a password manager and came across bitwardenRS on reddit. I really like the idea of hosting my own private instance (with access to premium features!) without putting my saved passwords in the cloud on someone else’s server.
It’s taken me a few tries, but I finally have docker, docker compose, and portainer setup on a PI 4 running Ubuntu 20.04 LTS. I am fairly new to Linux in general, but this is my first time using docker, docker compose, and portainer.
I am following Julian Runnels’s guide on medium. Since I have docker and docker compose already setup, I am using step 2:
- Docker/docker-compose installed, want to create a full private CA and client certificate:
sudo ./create_ssl.sh
This will just create the needed SSL certificates
I am stuck on the part where it is now asking me to “Please enter your FQDN for your bitwarden instance:”. One problem, I don’t have a FQDN! Do I need to purchase my own domain in order to use this step?
If someone wouldn’t mine helping or guiding me through this I would be really appreciate it. Thanks for taking the time to read this.