Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: teamgroth.me
It produced this output:
I ran this command: I ran the ./bitwarden.sh install command. Once that ran, I was asked for the domain name for my instance of bitwarden: bw.teamgroth.me. It then asked if I wanted to use Let's Encrypt to generate a free SSL certificate. I replied y. It then pulled down the docker container, ran it, verified the image is up to for certbot/certbot:latest. Ran docker.io/certbot/certbot:latest. Saved the debug log that I could find in /etc/letsencrypt/logs/letsencrypt.log, requested a cert for bw.teamgroth.me.
I got as message saying Cerbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Identifier: bw.teamgroth.me
Type: dns
Detail: DNS problem: looking up A for bw.teamgroth.me: DNSSEC: RRSIGs Missing: validation failure <bw.teamgroth.me. A IN>: no signature from 2a06:98c1:50::ac40:2091; no valid AAAA records founds for bw.teamgroth.me
Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by the Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.
I then created an entry on my NPM for this and listed port 80 as the entry, and ran the ./bitwarden.sh install again. It ran the same as the last time, but when it got to the point of requesting the cert for bw.teamgroth.me, I get:
An unexpected error occurred:
No such authorization
My web server is (include version): N/A
The operating system my web server runs on is (include version): Ubuntu 24.04
My hosting provider, if applicable, is: N/A
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): I ssh into the server and use Visual Studio code to create the compose.yml files.
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): Unkown