vcf_vcfops_certificate

Execution module for VCF Operations truststore certificates.

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

List every certificate in the VCF Operations truststore.

CLI Example:

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

Return the certificate matching thumbprint; raises KeyError if missing.

CLI Example:

salt '*' vcf_vcfops_certificate.get <thumbprint>
saltext.vcf.modules.vcf_vcfops_certificate.get_or_none(thumbprint, profile=None)[source]

Like get() but returns None when no match.

CLI Example:

salt '*' vcf_vcfops_certificate.get_or_none <thumbprint>
saltext.vcf.modules.vcf_vcfops_certificate.delete(thumbprint, force=False, profile=None)[source]

Delete a certificate by thumbprint.

CLI Example:

salt '*' vcf_vcfops_certificate.delete <thumbprint>