Created
March 22, 2018 20:53
-
-
Save naveed-ahmad-biz/c2c23c29f8a79db6f7b5ff7edbe6019d to your computer and use it in GitHub Desktop.
Create Sitecore Experience Commerce Certificate and add it to your trusted root
This file contains 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
New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "sxa.storefront.com" | |
Export-Certificate -Cert cert:\localMachine\my\<thumbprint> -FilePath sxa.storefront.cer | |
Set-Location -Path cert:\CurrentUser\My | |
Import-Certificate -Filepath "C:\deploy\assets\sxa.storefront.com.cer" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment