doy / rbw

unofficial bitwarden cli
https://git.tozt.net/rbw
Other
611 stars 84 forks source link

support for client certificates #92

Closed fopina closed 1 year ago

fopina commented 2 years ago

Added config client_cert_path to be used such as:

rbw config set client_cert_path /path/to/pem

File should contain certificate and private key (cat private.key client.pem > final.path)

While bitwarden server (or vaultwarden) do not support mTLS, self-hosting users can have cloudflare/nginx/traefik/whatever in front requiring one.

Even if not widely used, I believe it's a very small change, easy enough to support.