Bubble documentation
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

linux_cert.md 651 B

1234567891011
  1. * Login to your Bubble
  2. * Go to "Devices"
  3. * In the "Download Certificate" section, click "Linux"
  4. * Save the file
  5. * As root, copy the file to `/usr/share/ca-certificates/extra`. Create this directory if it does not already exist
  6. * As root, run `dpkg-reconfigure ca-certificates`
  7. * You'll see the question "Trust new certificates from certificate authorities?", select "Yes"
  8. * 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.
  9. * Press Enter to continue
  10. * Congratulations! You have successfully installed your Bubble certificate!