mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 10:21:53 +00:00
update crt name
This commit is contained in:
@@ -11,7 +11,7 @@ Complete this guide to trust your server's Root Certificate Authority (Root CA)
|
||||
|
||||
#. Ensure you have :ref:`downloaded your Root CA <root-ca-download>`
|
||||
|
||||
#. Tap **Settings > Security > More security settings > Encryption & credentials > Install a certificate > CA Certificate > Install Anyway** and select your custom-named ``adjective-noun.local.crt`` certificate.
|
||||
#. Tap **Settings > Security > More security settings > Encryption & credentials > Install a certificate > CA Certificate > Install Anyway** and select your custom-named ``adjective-noun.crt`` certificate.
|
||||
|
||||
.. figure:: /_static/images/ssl/android/droidLAN2.png
|
||||
:width: 15%
|
||||
|
||||
@@ -29,8 +29,8 @@ Trusting Your Root CA on Linux
|
||||
|
||||
cd ~/Downloads
|
||||
sudo mkdir -p /usr/share/ca-certificates/start9
|
||||
sudo cp "adjective-noun.local.crt" /usr/share/ca-certificates/start9/
|
||||
sudo bash -c "echo 'start9/adjective-noun.local.crt' >> /etc/ca-certificates.conf"
|
||||
sudo cp "adjective-noun.crt" /usr/share/ca-certificates/start9/
|
||||
sudo bash -c "echo 'start9/adjective-noun.crt' >> /etc/ca-certificates.conf"
|
||||
sudo update-ca-certificates
|
||||
|
||||
In the output it should say ``1 added`` if it was successful. For most applications, you will now be able to securely connect via ``https``.
|
||||
@@ -46,7 +46,7 @@ Trusting Your Root CA on Linux
|
||||
.. code-block:: bash
|
||||
|
||||
sudo pacman -S ca-certificates
|
||||
sudo cp "adjective-noun.local.crt" /etc/ca-certificates/trust-source/anchors/
|
||||
sudo cp "adjective-noun.crt" /etc/ca-certificates/trust-source/anchors/
|
||||
sudo update-ca-trust
|
||||
|
||||
Despite no output from the last command, you can test your app right away.
|
||||
@@ -68,6 +68,6 @@ Trusting Your Root CA on Linux
|
||||
.. code-block:: bash
|
||||
|
||||
sudo yum install ca-certificates
|
||||
sudo cp "adjective-noun.local.crt" /etc/pki/ca-trust/source/anchors/
|
||||
sudo cp "adjective-noun.crt" /etc/pki/ca-trust/source/anchors/
|
||||
sudo update-ca-trust
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ Complete this guide to trust your server's Root Certificate Authority (Root CA)
|
||||
:width: 60%
|
||||
:alt: Show certificate file in Downloads folder
|
||||
|
||||
#. Finder will open. Locate your unique `adjective-noun.local.crt` file in your *Downloads* folder and double click it to import it into the *Keychain Access* program. You will be prompted for your macOS username and password, or thumbprint. Then select *Modify Keychain*:
|
||||
#. Finder will open. Locate your unique `adjective-noun.crt` file in your *Downloads* folder and double click it to import it into the *Keychain Access* program. You will be prompted for your macOS username and password, or thumbprint. Then select *Modify Keychain*:
|
||||
|
||||
.. figure:: /_static/images/ssl/macos/trust-cert-macos-4-modify_keychain.png
|
||||
:width: 60%
|
||||
|
||||
Reference in New Issue
Block a user