All computers in VA already have this setup, if you are using a non-VA laptop for development you will need to trust the VA Root Certificate Authority (CA) in your browser(s).
- http://crl.pki.va.gov/PKI/AIA/VA/VA-Internal-S2-RCA1-v1.cer
- http://crl.pki.va.gov/PKI/AIA/VA/VA-Internal-S2-ICA1-v1.cer
- http://crl.pki.va.gov/PKI/AIA/VA/VA-Internal-S2-RCA2.cer
If you see a message from your browser like the following:
Click the "^" button and select "Keep."
- Import the certificates.
- Open Keychain Access
- Select "System" under System Keychains (in sidebar)
- Trust each certificate.
- For each of the three certificates, select it
- File > Get info (Command-I)
- Expand the "Trust" view
- In the "When using this certificate" popup button, select "Always Trust".
- Close the "Get Info" window, which will prompt a password save.
- You may need to restart your browser.
- Go to chrome://settings/certificates?search=https
- Click "Authorities"
- Click "Import" and select VA-Internal-S2-RCA1-v1.cer file downloaded above
- Go to about:preferences#privacy, scroll to bottom
- Click "View Certificates"
- Click "Authorities" tab
- Click "Import"
- Import both files downloaded above
- Open settings
- Click "Privacy and Security" in the left sidebar
- Click "Security" in the main section
- Scroll down and click on "Manage certificates" under the Advanced section
- Under the "Intermediate Certificate Authorities", click "Import" and select VA-Internal-S2-ICA1-v1.cer downloaded above
- Under the "Root Certificate Authorities", click "Import" and select VA-Internal-S2-RCA1-v1.cer downloaded above
- You may need to restart your browser (all windows) or your machine in order to for these certs to become active.
You can't test with the VA cert locally but you can use ddev's self-signed cert. If you need to test the actual cert locally contact the DevOps team to help you setup the vagrant build system to get HTTPS working with VA CA.
This should "just work" if you installed ddev using the documented installation instructions (including the mkcert
commands). After you've installed ddev and run the mkcert
commands, you'll need to restart your browser(s).