Skip to main content
atoti.ClientCertificate(
    certificate: Path,
    *,
    keyfile: Path | None = None,
    password: str | None = None,
)
A client certificate to connect() to a session configured with ClientCertificateConfig.

Attributes

certificate

Path to the .pem file containing the client certificate.

keyfile

Path to the certificate .key file.

password

The certificate password.