Skip to content

Instantly share code, notes, and snippets.

@apandrade
Last active March 13, 2024 15:14
Show Gist options
  • Save apandrade/0de3ff216121f8856c8e1a67fd4a3f22 to your computer and use it in GitHub Desktop.
Save apandrade/0de3ff216121f8856c8e1a67fd4a3f22 to your computer and use it in GitHub Desktop.
Sometimes in a Sitecore installation you can't use TLS 3.0 protocol and you have to recreate the installed certificates with KeyUsage as DigitalSignature
New-SelfSignedCertificate -FriendlyName self.signed.sc93sc.dev.local -DnsName self.signed.sc93sc.dev.local -CertStoreLocation Cert:\LocalMachine\My -KeyUsage DigitalSignature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment