Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save samilamti/7bcca454a9aeee5fbf73dfea02e947e1 to your computer and use it in GitHub Desktop.
Save samilamti/7bcca454a9aeee5fbf73dfea02e947e1 to your computer and use it in GitHub Desktop.
Creating and renewing your website certificates from Let's Encrypt, snippet 10
$PaCertificate = New-PACertificate `
-AcceptTOS `
-Contact $CONTACT `
-Domain $ItemFqdn `
-PfxPass $PlainTextPfxPassword `
-Verbose `
-Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment