Bubble documentation
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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!