Skip to content

Instantly share code, notes, and snippets.

@culy247
Created December 26, 2022 05:01
Show Gist options
  • Save culy247/8c39c8f66e0504b4e6f7bd0b3f69e08d to your computer and use it in GitHub Desktop.
Save culy247/8c39c8f66e0504b4e6f7bd0b3f69e08d to your computer and use it in GitHub Desktop.
Update Security Communication RootCA2 on centos 7
#!/bin/bash
# run this script with root user
# check Security Communication RootCA2 exists?
# uncomment to run check
# trust list | grep "Security Communication RootCA2"
curl https://www.cybertrust.co.jp/sureserver/download-ca/scrca2.txt -o /etc/pki/ca-trust/source/anchors/cybertrust.perm
update-ca-trust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment