Struct digitalocean::api::Certificate []

pub struct Certificate { /* fields omitted */ }

SSL certificates may be uploaded to DigitalOcean where they will be placed in a fully encrypted and isolated storage system. They may then be used to perform SSL termination on Load Balancers.

Digital Ocean Documentation.

Methods

impl Certificate

A unique ID that can be used to identify and reference a certificate.

A unique human-readable name referring to a certificate.

A time value given in ISO8601 combined date and time format that represents the certificate's expiration date.

A unique identifier generated from the SHA-1 fingerprint of the certificate.

A time value given in ISO8601 combined date and time format that represents when the certificate was created.

impl Certificate
[src]

Trait Implementations

impl Debug for Certificate
[src]

Formats the value using the given formatter.

impl Clone for Certificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl HasResponse for Certificate
[src]