You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the certificate has less than a day until expiry, the certificate verification step fails, and it adds a new certificate. The next time it tries to verify the certificate, it still sees the old certificate, and creates another new certificate.
I have checked in some updates to scripts that manage the certs. They should be better about deleting expired and duplicate certs and looking for a valid one.
When the certificate has less than a day until expiry, the certificate verification step fails, and it adds a new certificate. The next time it tries to verify the certificate, it still sees the old certificate, and creates another new certificate.
This is how you are verifying certificates:
Office-Addin-Scripts/packages/office-addin-dev-certs/src/verify.ts
Lines 15 to 16 in 8b85647
The
security find-certificate
call finds the first matching certificate, which is the expiring one, even after a new certificate is added.The text was updated successfully, but these errors were encountered: