The method of creating an oleore certificate (self-signed certificate) is described below.
Download and install the JDK from the Oracle site. Here, "jdk1.8.0_161" is installed under Program File.
Here, it is set as "C: \ tmp".
Transition command
cd C:\Program Files\Java\jdk1.8.0_161\bin
command
keytool -genkey -alias tomcat -keyalg RSA -keystore C:\tmp\.keystore
You will be asked to enter a password, but enter an appropriate one.
Check that the ".keystore" file exists under the "C: \ tmp" folder.
Recommended Posts