Skip to content
Ryan Domingue edited this page Sep 24, 2018 · 3 revisions

Trust SSL Certificates (MacOS)

After running vagrant up, you'll need to trust the cert:

sudo security add-trusted-cert -d -r trustRoot -k "$HOME/Library/Keychains/login.keychain" .dreambox/dreambox.crt

Firefox

Firefox doesn't use the system keychain, so it's necessary to import the CA Chain file into Firefox.

Download the CA Chain file from dream.box.

Import the CA chain certificate into Firefox:

  1. Open Firefox and navigate to the Preferences screen
  2. Use the search field to search for "certificates"
  3. Click View Certificates
  4. Select the Authorities tab
  5. Click the Import... button and select the ca-chain.cert.pem file
  6. When presented options for permissions for this certificate, select "Trust this CA to identify websites"
Clone this wiki locally