Sets the PKCS #12 described in CA Gateway for Validation Authority.
evactl import-p12 -f <p12> [-p <pwd>]
For example:
$ sudo evactl import-p12 -f eva-cagw.p12 -p password
Starting Configurator... Done
Importing P12... Done
See below for a description of each option.
Changes will be effective when deploying (or redeploying) the solution with Management Console or the clusterctl solution deploy command.
-f <p12>
The path of the PKCS #12 file containing the key and the certificate for authenticating in CA Gateway.
Mandatory: Yes.
-p <pwd>
The password of the PKCS #12.
Mandatory: No. When omitting this option, the command prompts for the password.