From 0e8f9d4e97a0840c725e7dd7e3590aff00913def Mon Sep 17 00:00:00 2001 From: Trey Greer <61418192+tgreer-bw@users.noreply.github.com> Date: Sat, 5 Sep 2020 22:03:31 -0400 Subject: [PATCH] quick FAQ formatting adjustments (#168) --- _articles/faqs/billing-faqs.md | 5 +++-- _articles/faqs/hosting-faqs.md | 4 ++++ _articles/faqs/product-faqs.md | 6 ++++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/_articles/faqs/billing-faqs.md b/_articles/faqs/billing-faqs.md index dacaa6a2..ccf320e8 100644 --- a/_articles/faqs/billing-faqs.md +++ b/_articles/faqs/billing-faqs.md @@ -66,8 +66,9 @@ Once you have the new license file then you can log into your self-hosted Web Va **A:** Web Vault () 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 () 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 () and go to Settings > Organizations > {YOUR ORG NAME} > Settings sub-tab (Gears Icon) > Billing. **Q: How do I delete my account?** diff --git a/_articles/faqs/hosting-faqs.md b/_articles/faqs/hosting-faqs.md index e4a1d031..31f80b6c 100644 --- a/_articles/faqs/hosting-faqs.md +++ b/_articles/faqs/hosting-faqs.md @@ -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. diff --git a/_articles/faqs/product-faqs.md b/_articles/faqs/product-faqs.md index 767aa904..d227b7c7 100644 --- a/_articles/faqs/product-faqs.md +++ b/_articles/faqs/product-faqs.md @@ -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?**