Difference between revisions of "Keytool -importcert"

From wikieduonline
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
  keytool -import -alias <new_unique_alias> -file <any_filename_here_from_above> -[[keystore]] <path/to/truststore>
+
   
  
 +
* <code>[[keytool]] -import -alias <new_unique_alias> -file <any_filename_here_from_above> -[[keystore]] <path/to/truststore></code>
 +
 +
 +
Default password: <code>changeit</code>
 +
 +
 +
Enter keystore password:
 +
Owner: CN=subdomain.domain.com
 +
.../...
 +
Trust this certificate? [no]:  yes
 +
Certificate was added to keystore
 +
 +
 +
 +
* <code>[[keytool list]]</code>
  
 
== See also ==
 
== See also ==
 
* {{keytool}}
 
* {{keytool}}
 +
* {{CA}}
  
 
[[Category:Security]]
 
[[Category:Security]]

Latest revision as of 05:20, 11 March 2021


  • keytool -import -alias <new_unique_alias> -file <any_filename_here_from_above> -keystore <path/to/truststore>


Default password: changeit


Enter keystore password:
Owner: CN=subdomain.domain.com
.../...
Trust this certificate? [no]:  yes
Certificate was added to keystore


See also[edit]

Advertising: