godeps: update vmware/govmomi to v0.20 release
This commit is contained in:
2
vendor/github.com/vmware/govmomi/object/host_certificate_manager.go
generated
vendored
2
vendor/github.com/vmware/govmomi/object/host_certificate_manager.go
generated
vendored
@@ -66,7 +66,7 @@ func (m HostCertificateManager) CertificateInfo(ctx context.Context) (*HostCerti
|
||||
// Use InstallServerCertificate to import this certificate.
|
||||
func (m HostCertificateManager) GenerateCertificateSigningRequest(ctx context.Context, useIPAddressAsCommonName bool) (string, error) {
|
||||
req := types.GenerateCertificateSigningRequest{
|
||||
This: m.Reference(),
|
||||
This: m.Reference(),
|
||||
UseIpAddressAsCommonName: useIPAddressAsCommonName,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user