This Knowledgebase article provides the procedure to change the SSL Certificate on Neverfail Continuity Engine Management Service.
To change the current SSL Certificate in Neverfail Continuity Engine Management Service (EMS), perform the following steps:
Note: Within the following procedure, all instances of <password> represent the default password used by EMS web-server. If you intend to use other than the default password (in other words to change the default password), you must also edit the Server.xml file located at %Program Files\Neverfail\tomcat\apache-tomcat-<version>\conf to reflect the non-default password used (this is stored in keystorePass)
Additionally, all file paths are assumed to be the default installation file paths.
cd "C:\Program Files\Neverfail\R2\jre\bin" keytool -genkey -alias nfhb_private_certificate -keyalg RSA -keysize 2048 -keystore NFKeyStore.jks -storepass <password>
keytool -certreq -alias nfhb_private_certificate -sigalg MD5withRSA -file NFKeyStore.csr -keystore NFKeyStore.jks
-keypass <password> -storepass <password> keytool -certreq -alias nfhb_private_certificate -sigalg SHA1withRSA –file NFKeyStore.csr -keystore NFKeyStore.jks
-keypass <password> -storepass <password>
keytool -import -alias nfhb_private_certificate -keystore NFKeyStore.jks -trustcacerts -storepass <password>
-file certnew.p7b
keytool -list -v -keystore NFKeyStore.jks -storepass <password>
net stop nfmgtwebsvc
cd "C:\Program Files\Neverfail\tomcat\ssl" ren NFKeyStore.jks NFKeyStore.jks.bak
xcopy "C:\Program Files\Neverfail\R2\jre\bin\NFKeyStore.jks" "C:\Program Files\Neverfail\tomcat\ssl"
net start nfmgtwebsvc
All versions
None
KBID-2794