Import into a keystore the certificate and the keys generated when Certifying a client key pair for Entrust Proxy for Microsoft CA.
keytool -import -noprompt -alias <alias> -file <file> -keystore <keystore> -storepass <storepass>Import the keys and the certificate into the keystore.
Option | Value |
|---|---|
<alias> | The keystore |
<file> | The |
<keystore> | The |
<storepass> | The <storepass> keystore password selected when Certifying a client key pair for Entrust Proxy for Microsoft CA |
keytool -import -noprompt -alias mscaproxyclient -file mscaproxyclient.p7b -keystore mscaproxyclient.jks -storepass *****