Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samilamti/91d42231501b7ea69904d8df899985d9 to your computer and use it in GitHub Desktop.
Save samilamti/91d42231501b7ea69904d8df899985d9 to your computer and use it in GitHub Desktop.
Creating and renewing your website certificates from Let's Encrypt, snippet 5
$Environments = @('dev', 'test', 'itest', 'stest')
if ($ForProduction) {
$Environments = @('prod', 'stage', 'atest')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment