sddc_certificates¶
SDDC Manager domain-scoped certificate management.
- saltext.vcf.clients.sddc_certificates.list_(opts, domain_id, profile=None)[source]¶
List installed certificates on resources in the domain.
- saltext.vcf.clients.sddc_certificates.create_csrs(opts, domain_id, csr_generation_spec, resources, profile=None)[source]¶
Generate CSRs for resources in the domain.
csr_generation_spec is the X.509 subject/key block — e.g.
{"country": "US", "state": "CA", "locality": "Palo Alto", "organization": "VMware", "organizationUnit": "VCF", "email": "admin@example.local", "keySize": "2048", "keyAlgorithm": "RSA"}.resources is the list of resources to generate CSRs for — e.g.
[{"type": "VCENTER", "fqdn": "mgmt-vc.example.local"}].