Skip to content

Commit

Permalink
Update UpdateTeslalogger.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Jan 31, 2024
1 parent db82c06 commit 3191500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TeslaLogger/UpdateTeslalogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,7 @@ public static void CertUpdate()
{
try
{
// https://github.com/KSP-CKAN/CKAN/wiki/SSL-certificate-errors#removing-expired-lets-encrypt-certificates
Tools.ExecMono("sed", "-i 's/^mozilla\\/DST_Root_CA_X3.crt$/!mozilla\\/DST_Root_CA_X3.crt/' /etc/ca-certificates.conf");
Tools.ExecMono("update-ca-certificates", "");
Tools.ExecMono("cert-sync", "/etc/ssl/certs/ca-certificates.crt");
Expand Down

0 comments on commit 3191500

Please sign in to comment.