Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samilamti/db6d17cf7ae402f58dc8a7f0bc1e3afe to your computer and use it in GitHub Desktop.
Save samilamti/db6d17cf7ae402f58dc8a7f0bc1e3afe to your computer and use it in GitHub Desktop.
Creating and renewing your website certificates from Let's Encrypt, snippet 11
$Authorizations | ForEach-Object -Process {
$Authorization = $_
$ItemFqdn = $Authorization.fqdn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment