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
Description
Allow to validate if the certificate is either a leave or CA.
Example
// Throw ExpectedLeafCertificate
$validator->validateIsLeafCertificate(certificate);
// Throws MissingCAExtension (already used by the CAResolver)
$validator->validateIsCACertificate($certificate);
The text was updated successfully, but these errors were encountered:
Description
Allow to validate if the certificate is either a leave or CA.
Example
The text was updated successfully, but these errors were encountered: