Skip to content

Instantly share code, notes, and snippets.

@NaibafCH
Created December 15, 2017 14:04
Show Gist options
  • Save NaibafCH/9e04d83268cfc227beff68a17d167349 to your computer and use it in GitHub Desktop.
Save NaibafCH/9e04d83268cfc227beff68a17d167349 to your computer and use it in GitHub Desktop.
#install client certificate for xconnect
$certParams = @{
# EDIT: Remove "_client" from the CertificateName"
CertificateName = "$prefix.xconnect"
}
...
#deploy xconnect instance
$xconnectParams =
@{
# EDIT: Add SSLCert to the existing parameters
SSLCert = $certParams.CertificateName
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment