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
During the SPID configuration, we noticed that the OrganizationName is also used as the "Certificate Organization Name." This is a problem because the Public Administration we were working for has a full name of 68 characters, and during the certificate generation, the following message appears:
Error making certificate request
40410FEC01000000:error:06800097:asn1 encoding routines:ASN1_mbstring_ncopy:string too long:crypto/asn1/a_mbstr.c:106:maxsize=64
Therefore, it would be necessary to separate the OrganizationName from the "Certificate Organization Name" during the setup. However, given the proliferation of "name" fields, it might be appropriate to redefine the request labels to indicate where these fields will be inserted. Examples:
"OrganizationName (will be used in the md:OrganizationName and md:Company tags of the metadata):"
"Certificate Organization Name (will be used for certificate creation)"
etc...
The text was updated successfully, but these errors were encountered:
During the SPID configuration, we noticed that the OrganizationName is also used as the "Certificate Organization Name." This is a problem because the Public Administration we were working for has a full name of 68 characters, and during the certificate generation, the following message appears:
Error making certificate request
40410FEC01000000:error:06800097:asn1 encoding routines:ASN1_mbstring_ncopy:string too long:crypto/asn1/a_mbstr.c:106:maxsize=64
Therefore, it would be necessary to separate the OrganizationName from the "Certificate Organization Name" during the setup. However, given the proliferation of "name" fields, it might be appropriate to redefine the request labels to indicate where these fields will be inserted. Examples:
The text was updated successfully, but these errors were encountered: