v1.4.0
Release Date: 2023-10-05
Enhancement:
- Breaking Change: Renamed
Set-SddcCertificateAuthority
toSet-VCFCertificateAuthority
. GH-74 - Breaking Change: Renamed
Request-SddcCertificate
toRequest-VCFSignedCertificate
. GH-74 - Breaking Change: Refactored
Set-SddcCertificateAuthority
to support OpenSSL Certificate Authority configuration. GH-68 - Breaking Change: Refactored
Get-EsxiCertificateThumbprint
andGet-vCenterCertificateThumbprint
to a single functionGet-VCFCertificateThumbprint
. GH-68 - Added
Request-VcfCsr
as a wrapper forRequest-EsxiCsr
andRequest-SddcCsr
. GH-68 - Added
Install-VcfCertificate
as a wrapper forInstall-EsxiCertificate
andInstall-SddcCertificate
. GH-68
Bugfix:
- Updated
Get-vSANHealthSummary
to report correct status GH-78
Documentation:
- Added reference guide for VMware Cloud Foundation Certificate Operations. GH-68
Chore: