Function SSLContext.useTrustedCertificateFile
Sets the list of trusted certificates for verifying peer certificates.
If this is a server context, this also entails that the given certificates are advertised to connecting clients during handshake.
On Linux, the system's root certificate authority list is usually found at "/etc/ssl/certs/ca-certificates.crt", "/etc/pki/tls/certs/ca-bundle.crt", or "/etc/ssl/ca-bundle.pem".
Prototype
void useTrustedCertificateFile( string path );
Authors
Sönke Ludwig
Copyright
© 2012-2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.