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
Right now my understanding is the verification step of a 3rd party CA will only use the first pem certificate found in the data submitted. If the user submits a chain and the leaf is not the first cert, verification will fail.
Change this to return an error to the user indicating "you did it wrong". ideally with some sort of helpful description that they submitted more than one cert or somethign like that.
The text was updated successfully, but these errors were encountered:
Right now my understanding is the verification step of a 3rd party CA will only use the first pem certificate found in the data submitted. If the user submits a chain and the leaf is not the first cert, verification will fail.
Change this to return an error to the user indicating "you did it wrong". ideally with some sort of helpful description that they submitted more than one cert or somethign like that.
The text was updated successfully, but these errors were encountered: