From f87468a1d8f0edacff3129903c564e0bbc380244 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 9 Apr 2020 02:45:34 -0400 Subject: [PATCH] formatting edits --- cert_instructions/linux_cert.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cert_instructions/linux_cert.md b/cert_instructions/linux_cert.md index 519a013..f4169b3 100644 --- a/cert_instructions/linux_cert.md +++ b/cert_instructions/linux_cert.md @@ -3,21 +3,21 @@ * Login to your Bubble * Click "Devices" * In the "Download Certificate" section, click "Linux" - * A file dialog may open, like the one shown below. Select "Save" and save the file. + * A file dialog may open, like the one shown below. Select "Save File" and click "OK" to save the file. screenshot of download certificate dialog * Open a terminal. If you are not root, become root. If you have sudo privileges, try `sudo bash` * As root, copy the certificate file you just downloaded to `/usr/share/ca-certificates/extra`. Create this directory if it does not already exist. For example: - mkdir -p /usr/share/ca-certificates/extra # ensure directory exists - cp ~/Downloads/`MY_BUBBLE_NAME`-ca-cert.crt /usr/share/ca-certificates/extra # copy certificate + mkdir -p /usr/share/ca-certificates/extra # ensure directory exists + cp ~/Downloads/`MY_BUBBLE_NAME`-ca-cert.crt /usr/share/ca-certificates/extra # copy certificate Where `MY_BUBBLE_NAME` is the name of your Bubble. * After you've copied the certificate, you'll need to tell Ubuntu that it is OK to use. Still as root, run - dpkg-reconfigure ca-certificates + dpkg-reconfigure ca-certificates * You'll see the question "Trust new certificates from certificate authorities?", as in the screenshot below. Select "Yes" and press Enter