Menu

Max length of CA issuer Default URI & CA issuer URI

Help
aloeee
2018-08-31
2018-09-05
  • aloeee

    aloeee - 2018-08-31

    Hi!

    Is there any max length for CA issuer Default URI & CA issuer URI form (Edit CA page) on the admin web side? If there is some kind of max length where can I change it? I'm trying to add two HTTP URIs and one LDAP URI.

    Br,
    Alo

     
  • Tomas Gustavsson

    Hi,

    Max length in the web UI is 255. It is defined in editcapage.jspf

    <input type="text" name="<%=TEXTFIELD_CERTIFICATEAIADEFAULTCAISSUERURI%>" size="40" maxlength="255" title="<%= ejbcawebbean.getText("FORMAT_URI") %>"
    

    Regards,,
    Tomas

     

Log in to post a comment.