Created
September 23, 2025 11:30
-
-
Save viewpointsa/89ac47011fcfcef88eddc17c1ed0dab5 to your computer and use it in GitHub Desktop.
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
| sudo mkdir /usr/local/share/ca-certificates/my-sectigo | |
| wget -P /usr/local/share/ca-certificates/my-sectigo http://crt.sectigo.com/SectigoPublicCodeSigningRootR46XUSERTrust.crt | |
| wget -P /usr/local/share/ca-certificates/my-sectigo https://sectigo.tbs-certificates.co.uk/SectigoPublicServerAuthenticationRootR46_USERTrust.crt | |
| sudo update-ca-certificates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment