Skip to content

Commit

Permalink
Bundle certificate (for use with CURL) with installer
Browse files Browse the repository at this point in the history
 - Only works currently if CURL is available
 - Tries various different cert options to find one which works with both github and 07th-mod
 - While the certificate is passed to aria2c, I get the error "TLS CA bundle files are not supported" on Windows. Not sure about linux/mac
 - See #214
 - Old certificate in the windows bootstrap folder has been deleted
 - Certificate is downloaded from https://curl.se/docs/caextract.html when the installer is build
  • Loading branch information
drojf committed Jul 1, 2023
1 parent a0ebf37 commit 22b3392
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 3,452 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ travis_installer_staging
.idea/misc.xml
.idea/python-patcher.iml

curl-ca-bundle.crt

# Mod ignore folders
INSTALLER_LOGS
07th-mod-logs.zip
Expand Down
Loading

0 comments on commit 22b3392

Please sign in to comment.