Common classes for Barbican certificate handling
BarbicanCert
(cert_container)[source]¶Bases: octavia.certificates.common.cert.Cert
Representation of a Cert based on the Barbican CertificateContainer.
Common classes for local filesystem certificate handling
LocalCert
(certificate, private_key, intermediates=None, private_key_passphrase=None)[source]¶Bases: octavia.certificates.common.cert.Cert
Representation of a Cert for local storage.
Common classes for pkcs12 based certificate handling
PKCS12Cert
(certbag)[source]¶Bases: octavia.certificates.common.cert.Cert
Representation of a Cert for local storage.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.