Skip to content

Instantly share code, notes, and snippets.

@peplau
Last active January 12, 2021 17:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peplau/7e9206fa88c9c4e4cdb5440106f120d0 to your computer and use it in GitHub Desktop.
Save peplau/7e9206fa88c9c4e4cdb5440106f120d0 to your computer and use it in GitHub Desktop.
Create new XConnect client SSL certificate
#define parameters
$prefix = "DevAspenDentalSitecore"
$PSScriptRoot = "D:\Upgrade\Sitecore 10.0.0 rev. 004346 (WDP XP0 packages)\XP0 Configuration files 10.0.0 rev. 004346"
#install client certificate for xconnect
$certParams = @{
Path = "$PSScriptRoot\createcert.json"
CertificateName = "$prefix.xconnect_client"
ExportPassword = "Test123!"
}
Install-SitecoreConfiguration @certParams -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment