Post

Secure Your ADFS Server - Installing an SSL Certificate

  1. Install the SSL certificate in server and get the certificate Thumbprint. Certificate Thumbprint

  2. Run the below powershell command (change the thumbprint with yours)install it in ADFS. Use thumbprint with out spaces.

1
  Set-AdfsSslCertificate -Thumbprint 'dddfc3dd49e39d9e469cc2f37d091a92545e4ac4'
This post is licensed under CC BY 4.0 by the author.