Created
December 26, 2022 05:01
-
-
Save culy247/8c39c8f66e0504b4e6f7bd0b3f69e08d to your computer and use it in GitHub Desktop.
Update Security Communication RootCA2 on centos 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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