Skip to content

Update VA's Certificate Authority

mutsuoara edited this page Jun 16, 2023 · 2 revisions

Bulletin Example

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.

Clone this wiki locally