cert_update

This job uploads a new TLS certificate which is only used for the given database. This certificate is used after the next database restart.

Mandatory Parameters

Parameter Name Data Type Description
key string The entire TLS private key as a string.
cert string The entire TLS certificate chain as a string.

Optional Parameters

Parameter Name Data Type Description
db_list list List of names of existing databases.
ca string The entire TLS certificate authority as a string.

Substitute Parameters

There are no substitute parameters.

Allowed Users

The following users are allowed to run this job:

  • root

Allowed Groups

The following groups are allowed to run this job:

  • root
  • exaadm
  • exadbadm

Examples

There are no examples.