Update VA's Certificate Authority - department-of-veterans-affairs/diffusion-marketplace GitHub Wiki
Instructions on Updating the VA’s Certificate Authority - Modify Certificate Stores and Private Key Containers
This applies to all our servers as they are not windows servers nor are they AD joined.
- Log into the server
- Run the following command
sudo wget -r -np -nH --cut-dirs 5 -A.cer http://aia.pki.va.gov/PKI/AIA/VA/ -P /etc/pki/ca-trust/source/anchors/sudo update-ca-trust
The certificate link may change, but can be found from the above link.