Type Definition digitalocean::request::CertificateRequest []

type CertificateRequest<M, V> = Request<M, V>;

A type alias with Request<_, Certificate> specific functions.

Methods

impl CertificateRequest<Create, Certificate>
[src]

The full PEM-formatted trust chain between the certificate authority's certificate and your domain's SSL certificate.

Digital Ocean Documentation.