vcf_vrli_certificate

Execution module for VCF Operations for Logs (vRLI) appliance certificate.

Thin passthrough around saltext.vcf.clients.vrli_certificate.

saltext.vcf.modules.vcf_vrli_certificate.list_(profile=None)[source]

Return every installed appliance certificate.

CLI Example:

salt '*' vcf_vrli_certificate.list_
saltext.vcf.modules.vcf_vrli_certificate.get(profile=None)[source]

Return the currently-installed appliance certificate (or None).

saltext.vcf.modules.vcf_vrli_certificate.install(cert_pem, key_pem, chain_pem=None, profile=None)[source]

Install a replacement appliance certificate.

CLI Example:

salt '*' vcf_vrli_certificate.install "$(cat leaf.pem)" "$(cat leaf.key)"
saltext.vcf.modules.vcf_vrli_certificate.serial_number(profile=None)[source]

Return the hex serial number of the installed certificate.