

On the GUI client machine, import the self-signed certificate, as an administrator user, into the cacerts keystore of the installed Java. In doubt contact our Customer Support Center or simply drop and email with your question to: and provide the whole eopwebservice. If the provided truststore is not available then it would prompt for creating a new truststore. Open KeyStore Explorer and select Create a new KeyStore (or File->New). The following example creates a self-signed certificate called customerxxx.cer for importing on to a GUI client truststore: keytool -export -keystore KeyStore.jks -alias customerxxxalias -file customerxxx.cer.

If the Web interface is inaccessible, any Web server related errors are logged to the file:.Save the xml file and restart EveryonePrint Web Service, and now you should be able to confirm the working certificate in the browser.If this port is already in use, you may keep port 9443 and provide end users with the complete URL :.Look for :443 in the "Local Address" column.Open a command window and type : netstat -ano -p tcp.Warning:before doing this change make sure that no other application (for example IIS server) is already using this port: While we're here, we can also change from default 9443 port to standard HTTPS port 443, so end users can enter a URL in their browser without specifying the port.Change the keystore entries to use the new keystore file, and enter passwords in 3 places.Open both files with a text editor like Notepad.Make a backup copy of the files called jetty-ssl.xml and jetty-ssl-terminalapi.xml.Save the keystore file to the EveryonePrint etc folder, by default in:.That gives you the empty keystore: keytool -genkey -keyalg RSA -alias sfdcsec -keystore sfdcsec.ks keytool -delete -alias sfdcsec -keystore sfdcsec.ks Import pkcs12 into JKS.
Keystore explorer create jks password#
In this example, the password "mysecret" was chosen for both Keypair and Keystore password. You can't just create an empty keystore, so create a new temp key and specify a new keystore, then delete that key.

Choose the Import Key Pair Type : PKCS #12.Open Keystore Explorer and click Create a new KeyStore.In this guide, we'll go through the process of importing PFX SSL certificate into EveryonePrint consisting of a PKCS key pair.
