Returns the CA certificate in PEM format.
(&self)
| 65 | |
| 66 | /// Returns the CA certificate in PEM format. |
| 67 | pub fn cert_pem(&self) -> &str { |
| 68 | &self.ca_cert_pem |
| 69 | } |
| 70 | } |
| 71 | |
| 72 | /// A leaf certificate chain and private key for a specific hostname. |
no outgoing calls