Skip to content

Instantly share code, notes, and snippets.

@vgaicuks
Created May 31, 2020 05:51
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save vgaicuks/2483acf8514232d2ddb8dc7d886f6cb4 to your computer and use it in GitHub Desktop.
Save vgaicuks/2483acf8514232d2ddb8dc7d886f6cb4 to your computer and use it in GitHub Desktop.
# You may get error like "curl: (60) SSL certificate problem: certificate has expired"
# One of root certif like "AddTrust External CA Root" expires after May 30, 2020
# this may cause the issue
1. Dowloand correct "USERTrust RSA Certification Authority" root certificate from official site: https://support.sectigo.com/Com_KnowledgeDetailPage?Id=kA01N000000rfBO
2. copy SHA-2_Root_USERTrust_RSA_Certification_Authority.crt to /usr/share/ca-certificates/mozilla
3. run sudo dpkg-reconfigure ca-certificates
4. uncheck mozilla/AddTrust_External_Root.crt and check mozilla/2_Root_USERTrust_RSA_Certification_Authority.crt
5. press OK
6. run sudo update-ca-certificates
7. check with curl https://YOURDOMAIN
@veramcc111
Copy link

My phone number is 470-821-1928 my name is Vera McCallum you can call me back if you need to speak to me I do not know how to do this on the phone it is mine but I don't know how to work it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment