Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samilamti/7f475841fbd2d122f58342cd30d7fd96 to your computer and use it in GitHub Desktop.
Save samilamti/7f475841fbd2d122f58342cd30d7fd96 to your computer and use it in GitHub Desktop.
Creating and renewing your website certificates from Let's Encrypt, snippet 6
$FullyQualifiedDomainName = "$EnvironmentName.$DnsSuffix"
$Authorizations = New-PAOrder "*.$FullyQualifiedDomainName","$FullyQualifiedDomainName" `
| Get-PAAuthorizations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment