Moves the two log entries for the signature check to before the expiry check (the expiry check happens in _checkCredential({credential, log, now})).
That way a successful signature check gets logged even if the expiry check fails. Otherwise, a failing expiry check throws an error which interrupts execution before it adds the log entries for the signature check.
Moves the two log entries for the signature check to before the expiry check (the expiry check happens in _checkCredential({credential, log, now})).
That way a successful signature check gets logged even if the expiry check fails. Otherwise, a failing expiry check throws an error which interrupts execution before it adds the log entries for the signature check.