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 <alias> selected when Certifying a client key pair for Entrust Proxy for Microsoft CA

<file>

The <CertChainFileOut> file path of the certificate chain obtained when Certifying a client key pair for Entrust Proxy for Microsoft CA

<keystore>

The <keystore> file path of the keystore generated when Certifying a client key pair for Entrust Proxy for Microsoft CA

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