VagrantBoxAddSettingsExtensions.

WithClientCertificate(VagrantBoxAddSettings, FilePath) Method

Summary

Sets the CertificatePath property for a client certificate to use when downloading the box, if necessary.

Syntax

public static VagrantBoxAddSettings WithClientCertificate(this VagrantBoxAddSettings settings, FilePath certFile)

Parameters

Name Type Description
settings VagrantBoxAddSettings The settings
certFile FilePath Path to the cert file to use

Return Value

Type Description
VagrantBoxAddSettings The updated settings object