This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
Sets the
CertificatePath
property for a client certificate to use when
downloading the box, if necessary.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Add Settings Extensions
Syntax
public static VagrantBoxAddSettings WithClientCertificate(this VagrantBoxAddSettings settings, FilePath certFile)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
certFile | FilePath | Path to the cert file to use |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |