Skip to content

Instantly share code, notes, and snippets.

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