Skip to content

Commit d6b23f8

Browse files
committed
Add more tips and tricks to in-app guide
1 parent 8e44a60 commit d6b23f8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/main/resources/html/guide/internal/TipsAndTricksGuide.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)