1
0
mirror of https://github.com/bitwarden/help synced 2025-12-06 00:03:30 +00:00

quick FAQ formatting adjustments (#168)

This commit is contained in:
Trey Greer
2020-09-05 22:03:31 -04:00
committed by GitHub
parent e38132bcda
commit 0e8f9d4e97
3 changed files with 11 additions and 4 deletions

View File

@@ -66,8 +66,9 @@ Once you have the new license file then you can log into your self-hosted Web Va
**A:** Web Vault (<https://vault.bitwarden.com>) and go to Settings > Organizations > {YOUR ORG NAME} > Settings sub-tab (Gears Icon) > Subscription
Q: Where in my account can I view Billing information?
A: Web Vault (<https://vault.bitwarden.com>) and go to Settings > Organizations > {YOUR ORG NAME} > Settings sub-tab (Gears Icon) > Billing.
**Q: Where in my account can I view Billing information?**
**A:** Web Vault (<https://vault.bitwarden.com>) and go to Settings > Organizations > {YOUR ORG NAME} > Settings sub-tab (Gears Icon) > Billing.
**Q: How do I delete my account?**

View File

@@ -180,12 +180,16 @@ If you edit the ./bwdata/env/global.override.env file on your server, you will w
**Trust a private CA issued or Self-signed certificate for Bitwarden Client**
When using a self-signed certificate, you will need to add the certificate to your OS's Trusted Root Certification Authorities Store. Are you running the Directory Connector on Windows or Linux? If you are using Windows then you can simply run certmgr.msc and then import the certificate into the correct store/folder. If you are using Linux then you will want to add the certificate to these directories:
```
/usr/local/share/ca-certificates/
/usr/share/ca-certificates/
```
Then run these commands:
```
sudo dpkg-reconfigure ca-certificates
sudo update-ca-certificates
```
Once you have trusted the certificate then you will need to close the client/app and relaunch it.

View File

@@ -12,8 +12,10 @@ tags: []
**A:** In order to change a Collection, you will use a dedicated command (bw edit item-collections).
e.g., $ echo '["a17a5b7f-66b8-4980-91a1-aaac005df696"]' | bw encode | bw edit item-collections ee9f9dc2-ec29-4b7f-9afb-aac8010631a1
For example:
```
$ echo '["a17a5b7f-66b8-4980-91a1-aaac005df696"]' | bw encode | bw edit item-collections ee9f9dc2-ec29-4b7f-9afb-aac8010631a1
```
You can add multiple Collection IDs at the same time by using a comma to separate them.
**Q: Can I install Bitwarden without Google Play?**