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