Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OrganizationName length #247

Open
m-lestuzzi-semplitech opened this issue May 23, 2024 · 0 comments
Open

OrganizationName length #247

m-lestuzzi-semplitech opened this issue May 23, 2024 · 0 comments

Comments

@m-lestuzzi-semplitech
Copy link

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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant