racli add certificate

Adds https certification on the Recovery Appliance.

Syntax

racli add certificate { [--signed_cert=VALUE --trusted_cert=VALUE] | [--self_signed] }

Options

--self_signed

Specifies that the Recovery Appliance should generate the certificates itself. This mode is for testing.

--signed_cert

Specifies the full path of Recovery Appliance certificate to be added.

--trusted_cert

Specifies the full path of root certificate to be added.

Details

When the current certificate is about to expire or has expired, use this command to upload a new valid certificate to the Recovery Appliance wallet with the --signed_cert and --trusted_cert arguments.