Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samilamti/0b25c782c343164ab412af75e9f509da to your computer and use it in GitHub Desktop.
Save samilamti/0b25c782c343164ab412af75e9f509da to your computer and use it in GitHub Desktop.
Creating and renewing your website certificates from Let's Encrypt, snippet 9
$Authorizations | ForEach-Object -Process {
$Url = $_.DNS01Url
Send-ChallengeAck -ChallengeUrl $Url
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment