SSL/TLS improvements
Features
- SSL configuration: Created a separate
sslproperty for the config so users don't have to specify anssl_cert_pathto use SSL or use the URI workaround for HTTPS API access
Build
- Updated reqwest and build dependencies
- Updated the Docker image to ship with trusted CA root certificates from providers like LetsEncrypt, DigiCert, etc. for Docker SSL users
Documentation
- Updated the README with a more detailed section on how to acquire SSL certificate information
- Created an authorship policy and PR template requiring explicit acknowledgement of AI assistance
- Fixed typos in the README
Style
- Upgraded rustfmt edition to 2024