Verifying that your passwords are encrypted
📘 Instructions
To make sure that your passwords have been properly encrypted:
In a text editor, open C:\Program Files (x86)\PrinterOn Corporation\Apache Tomcat\Conf\server.xml.
Locate the following entry:
CODE<Connector port="443" protocol="com.printeron.tomcat.http11.Http11NioProtocol" SSLEnabled="true" maxThreads="150" scheme="https" secure="true" clientAuth="false" sslEnabledProtocols="TLSv1.1,TLSv1.2" keystoreFile="${pon.data.root}\KeyStore\keystore" keystorePass="rz6KZSpMD7fy7Co6UfIBmw%3D%3D" />
If the value for keystorePass is encrypted, the upgrade successfully encrypts your passwords.
If the password is not encrypted, your you are adding your own keystore certificate, you can encrypt your password manually using the Encryptor tool and paste the encrypted password into the system.xml file. For more information, see Encrypting passwords manually..
Save the file, but keep this document open. You’ll need to modify this entry later.