Set-RASLetsEncryptSettings

NAME

Set-RASLetsEncryptSettings

SYNOPSIS

Modifies the Let's Encrypt settings.

SYNTAX

Set-RASLetsEncryptSettings [-AutoRenewCertBeforeExpirationDaysarrow-up-right <uint>] [-ExpirationEmailsarrow-up-right <string[]>] [-Replicatearrow-up-right <bool>] [-SiteIdarrow-up-right <uint>] [-TermsAcceptedarrow-up-right <bool>] [<CommonParametersarrow-up-right>]

DESCRIPTION

Modifies the Let's Encrypt settings using the specified parameters and their values. All parameters are optional.

PARAMETERS

-SiteId <uint> Site ID in which to modify the specified Let's Encrypt settings.

        Required?                    false
        Position?                    named
        Default value                0
        Accept pipeline input?       false
        Accept wildcard characters?  false

-TermsAccepted <bool> Whether Let's Encrypt Terms are accepted.

-ExpirationEmails <string[]> The list of email addresses where expiration emails will be sent.

-AutoRenewCertBeforeExpirationDays <uint> The amount of days before expiration for automatic renewal to take place. Accepted values: 1-60 days; 0 for 'Never'.

-Replicate <bool> >Whether Replicate is enabled.

<CommonParameters>

INPUTS

-none-

OUTPUTS

-none-

EXAMPLES

---------- EXAMPLE 1 ---------- Set-RASLetsEncryptSettings -SiteID 1 -TermsAccepted $true Modifies the Let's Encrypt terms accepted to true.

Last updated