Bubble documentation
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

linux_cert.md 835 B

12345678910111213
  1. # Install your Bubble Certificate on a Linux system
  2. * Login to your Bubble
  3. * Go to "Devices"
  4. * In the "Download Certificate" section, click "Linux"
  5. * Save the file
  6. * As root, copy the file to `/usr/share/ca-certificates/extra`. Create this directory if it does not already exist
  7. * As root, run `dpkg-reconfigure ca-certificates`
  8. * You'll see the question "Trust new certificates from certificate authorities?", select "Yes"
  9. * You'll see a list titled "Certificates to activate". Your new Bubble certificate should appear at the top. If it is not selected, press the space bar to select it.
  10. * Press Enter to continue
  11. * Congratulations! You have successfully installed your Bubble certificate!
  12. * NOTE: if you use the Firefox web browser, you must also separately [install your Bubble Certificate in Firefox](firefox_cert.md)