Search code examples
sql-servercertificatetde

What happens after the Certificate in SQL Server gets expired?


I have a certificate with my SQL Server Database. What will happen after the certificate gets expired?

Will the record insertion, selection, deletion will work after certificate gets expired?


Solution

  • If your certificate gets expired there will be no effect. Certificate expiration is not enforced when the certificate is used for encryption.

    Check this post for more information.