Question

In a new implementation, we had a requirement to increase the certification duration from the Default one year to a bigger number in ADFS 2.0 . Is there an easy way to do this ?

Was it helpful?

Solution

This blog gives us a detailed explanation about Self signed certificates and pro's/cons while using it.

Use the below command (excerpt from the blog) to increase certificate duration to 3 years (1095 days):

Set-AdfsProperties -CertificateDuration 1095
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top