Skip to content

Instantly share code, notes, and snippets.

@naveed-ahmad-biz
Created March 22, 2018 20:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Create Sitecore Experience Commerce Certificate and add it to your trusted root
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