Changes for page KeyStore
Last modified by Sebastian Marsching on 2022/05/27 22:32
From version 2.1
edited by Sebastian Marsching
on 2022/05/27 22:29
on 2022/05/27 22:29
Change comment:
There is no comment for this version
To version 1.1
edited by Sebastian Marsching
on 2022/05/27 22:28
on 2022/05/27 22:28
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,9 +6,7 @@ 6 6 7 7 # Adding a trusted CA certificate to the Java Keystore 8 8 9 -```bash 10 -keytool -importcert -trustcacerts -alias <CA Name> -file <X.509 Certificate File> -keystore /usr/lib/jvm/java-6-sun/jre/lib/security/cacerts 11 -``` 9 +`keytool -importcert -trustcacerts -alias <CA Name> -file <X.509 Certificate File> -keystore /usr/lib/jvm/java-6-sun/jre/lib/security/cacerts` 12 12 13 13 # KeyStore Explorer 14 14