
## Review A dedicated reviewer checked the rule description successfully for: - [x] logical errors and incorrect information - [x] information gaps and missing content - [x] text style and tone - [x] PR summary and labels follow [the guidelines](https://github.com/SonarSource/rspec/#to-modify-an-existing-rule) --------- Co-authored-by: hendrik-buchwald-sonarsource <64110887+hendrik-buchwald-sonarsource@users.noreply.github.com>
7 lines
169 B
Plaintext
7 lines
169 B
Plaintext
Here is a sample command to import a certificate to the Java trust store:
|
|
|
|
[source,shell]
|
|
----
|
|
keytool -import -alias myserver -file myserver.crt -keystore cacerts
|
|
----
|