Sets the certificate and key to authenticate in CA Gateway.
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 the Management Console or the clusterctl deploy
command.
-f <p12>
The path of the PKCS #12 file containing the key and the certificate.
See Importing the CA Gateway client certificate for considerations on this file.
Mandatory: Yes.
-p <pwd>
The password of the PKCS #12.
Mandatory: No. When omitting this option, the command prompts for the password.