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
If the certificate subject contains constructs like
C=SE, ST=Taka Tuka, L=KeyNanny Test Centre, O=KeyNanny, OU=KeyNanny QA, CN=KeyNanny Test Hero/emailAddress=[email protected]
KeyNanny will not properly extract the encryption certificate issuer from the CMS information. The problem is the /emailAddress parsing section, due to different sanitization of the subject information in certificate and CMS parsing no match is found.
The text was updated successfully, but these errors were encountered:
If the certificate subject contains constructs like
C=SE, ST=Taka Tuka, L=KeyNanny Test Centre, O=KeyNanny, OU=KeyNanny QA, CN=KeyNanny Test Hero/emailAddress=[email protected]
KeyNanny will not properly extract the encryption certificate issuer from the CMS information. The problem is the /emailAddress parsing section, due to different sanitization of the subject information in certificate and CMS parsing no match is found.
The text was updated successfully, but these errors were encountered: