Skip to main content

CertificateRequest

Type Alias CertificateRequest 

Source
pub type CertificateRequest<M, V> = Request<M, V>;
Expand description

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

Aliased Type§

pub struct CertificateRequest<M, V> { /* private fields */ }

Implementations§

Source§

impl CertificateRequest<Create, Certificate>

Source

pub fn certificate_chain<S: AsRef<str> + Serialize + Display>( self, val: S, ) -> Self

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

Digital Ocean Documentation.