rspec/rules/S4830/common/fix/keytool.adoc
2023-06-20 13:26:14 +02:00

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
----