Interface CreateCertificateRequestLetsencryptConfig

interface CreateCertificateRequestLetsencryptConfig {
    commonName: string;
    subjectAlternativeName: string[];
}

Properties

commonName: string

Main domain name of certificate (this domain must exist and resolve to your Load Balancer IP address).

subjectAlternativeName: string[]

Alternative domain names (all domain names must exist and resolve to your Load Balancer IP address).