Hi @John Couch,
You may use below code to check the certificate.
SELECT *
FROM sys.certificates
All certificates have an expiry date, but for most uses of certificates in SQL Server, the expiry is not checked.
If the certificates do not affect your business and do not show errors, you may ignore it.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.