Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samilamti/dd98b53fb338b6f62c30f4dbcabef14b to your computer and use it in GitHub Desktop.
Save samilamti/dd98b53fb338b6f62c30f4dbcabef14b to your computer and use it in GitHub Desktop.
Creating and renewing your website certificates from Let's Encrypt, snippet 14
Set-AzureSubscription
Remove-AzureRmDnsRecordSet `
-Name $RecordSetName `
-RecordType TXT `
-ZoneName $FullyQualifiedDomainName `
-ResourceGroupName (ResourceName("Shared-Services-Test"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment