WilliamVenner / gmsv_reqwest

🌐 Drop-in HTTP replacement module for Garry's Mod
MIT License
66 stars 6 forks source link

feat: add loading of custom root certificates. #4

Closed NoSharp closed 2 years ago

NoSharp commented 2 years ago

This pull request allows for the addition of custom root certificates, by adding them into the: garrysmod/tls_certificates directory. As per the readme:

To add custom root certificates, place them in the "garrysmod/tls_certificates" directory. The certificates must be X509 and encoded in either pem or der. They must also end in the .pem or .der file extensions respective to their econding. If there is a problem loading the certificate, it'll be skipped over and a message will be displayed in the console.