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