Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

When running ant install or creating JKS or PKCS12 files you can use longer password than 7 characters. Anything longer gives an error?

0
Posted

When running ant install or creating JKS or PKCS12 files you can use longer password than 7 characters. Anything longer gives an error?

0

If you want to use strong crypto and/or password longer than 7 characters in keystores you must install the ‘Unlimited Strength Jurisdiction Policy Files’ for JDK. The policy files can be found at the same place as the JDK download. Further information on this can be found in the Sun documentation on the JCE. Java 1.6.0 Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6.0 http://java.sun.com/javase/downloads/index.jsp Java 1.5.0 Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 5.0 http://java.sun.com/j2se/1.5.0/download.jsp Installation hangs and the https server will not work. Perhaps JBOSS_HOME/server/default/conf/keystore/tomcat.jks must be executable. All scripts in EJBCA_HOME/bin directory must be executable, run ‘chmod u+x *.sh’. Make sure you run the installation of ejbca as a user with enough privileges to write in JBOSS_HOME, and to JAVA_HOME/jre/lib/security/cacerts. Preferably the same user as is used to run the JBo

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123