Last active
January 12, 2021 17:42
-
-
Save peplau/7e9206fa88c9c4e4cdb5440106f120d0 to your computer and use it in GitHub Desktop.
Create new XConnect client SSL certificate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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