Once this is installed on the UMP server then we will follow these steps:
- deactivate wasp probe - delete the file /Nimsoft/probes/service/wasp/conf/wasp.keystore - restart wasp which will regenerate the above file - use the probe utility to access the wasp probe, and run the callback ssl_reinitialize_keystore, providing a password which you must make note of as we will use this password for future steps.
Now open a command prompt on the UMP server and navigate to the following location:
Issue the following command to delete the current 1024-bit certificate:
"C:\Program Files (x86)\Nimsoft\jre\jre8u102\bin\keytool.exe" -delete -alias wasp -keystore wasp.keystore
Issue the following command to generate the public and private key pair which is valid for one year (you can set the validity to any length you desire, many customers use 3650, which is ten years):
Next we have to export the private key from the keystore so we can use it to generate a self-signed certificate with this command. You will need to enter the keystore password which you made note of above in the appropriate fields: