Replies: 1 comment 2 replies
-
IIRC, the certs will be tried in order until either one of them verifies (success) or there are no more certificates to try (failure). The only affect the order would have would be on performance, but even that would likely be negligible in most scenarios. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a few queries related to signature validation:
getCertFromKeyInfo
returning a multi cert PEM work in a similar manner ?Beta Was this translation helpful? Give feedback.
All reactions