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
#673:check_sp_cert_expiration will use the first non-expired certificate/key when signing/decrypting. It will raise an error only if there are no valid certificates/keys.
#673:check_sp_cert_expiration now validates the certificate not_before condition; previously it was only validating not_after.
#673:check_sp_cert_expiration now causes the generated SP metadata to exclude any inactive/expired certificates.