File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/main/resources/html/guide/internal Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,13 @@ <h2>Tip #3 Go through the user guide.</h2>
1212< p > Go to the PETEP website and check out the full user guide.</ p >
1313
1414< h2 > Tip #4 Go through the development guide.</ h2 >
15- < p > Go to the PETEP website and check out the full development guide.</ p >
15+ < p > Go to the PETEP website and check out the full development guide.</ p >
16+
17+ < h2 > Tip #4 Go through the methodology.</ h2 >
18+ < p > Go to the PETEP website and check out the full methodology.</ p >
19+
20+ < h2 > Tip #5 Use Java keytool to generate certificate in JKS.</ h2 >
21+ < p > In order to use SSL/TLS, generate your own certificate using Java keytool, that is part of the Java binaries:</ p >
22+ < pre class ="code ">
23+ keytool -genkey -alias petep -keyalg RSA -validity 3650 -keysize 4096 -keystore C:/server.jks
24+ </ pre >
You can’t perform that action at this time.
0 commit comments