git: 5beb942c9f20 - main - security/rbw: Add note for self-hosting
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 17:20:18 UTC
The branch main has been updated by dtxdf:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5beb942c9f2071faf12d735f06fb097550df58bc
commit 5beb942c9f2071faf12d735f06fb097550df58bc
Author: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
AuthorDate: 2026-04-18 17:19:32 +0000
Commit: Jesús Daniel Colmenares Oviedo <dtxdf@FreeBSD.org>
CommitDate: 2026-04-18 17:20:04 +0000
security/rbw: Add note for self-hosting
---
security/rbw/pkg-message | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/security/rbw/pkg-message b/security/rbw/pkg-message
new file mode 100644
index 000000000000..2405f5ec6b89
--- /dev/null
+++ b/security/rbw/pkg-message
@@ -0,0 +1,11 @@
+[
+{ type: install
+ message: <<EOM
+rbw will run rbw-agent, inheriting the environment, so if you plan to
+use rbw with a self-hosted instance (such as security/vaultwarden) with
+your own certificates, be sure to set the SSL_CERT_DIR or SSL_CERT_FILE
+environment variables before rbw-agent runs, otherwise you will receive
+an "UnknownIssuer" error.
+EOM
+}
+]