Skip to main content

final class atoti.ClientCertificate

A client certificate to connect() to a session configured with ClientCertificateConfig.

Example

certificate : Path

Path to the .pem file containing the client certificate.

keyfile : Path | None = None

Path to the certificate .key file.

password : str | None = None

The certificate password.