-
Notifications
You must be signed in to change notification settings - Fork 7
SSL
Ryan Domingue edited this page Sep 24, 2018
·
3 revisions
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 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:
- Open Firefox and navigate to the Preferences screen
- Use the search field to search for "certificates"
- Click View Certificates
- Select the Authorities tab
- Click the Import... button and select the
ca-chain.cert.pem
file - When presented options for permissions for this certificate, select "Trust this CA to identify websites"