Skip to content

Instantly share code, notes, and snippets.

@NaibafCH
Last active December 15, 2017 14:39
Show Gist options
  • Save NaibafCH/d35def58028e2ad2adaa53f889efe51b to your computer and use it in GitHub Desktop.
Save NaibafCH/d35def58028e2ad2adaa53f889efe51b to your computer and use it in GitHub Desktop.
{
"Parameters": {
// ...
},
"Variables": {
// ...
},
"Tasks": {
// ...
// EDIT: Change "CreateSignedCert" task in order to work in Windows 8.1
"CreateSignedCert": {
// Create a certificate signed by the root authority.
"Type": "NewSignedCertificateWindows81",
"Params": {
"DnsName": "[parameter('CertificateName')]"
}
}
},
// EDIT: Load custom module "New-SignedCertificateWindows81.ps1"
"Modules":[
".\\New-SignedCertificateWindows81.ps1"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment