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
CACertificate property for the CA certificate used to verify the peer
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Add Settings Extensions
Syntax
public static VagrantBoxAddSettings UseCertificateAuthority(this VagrantBoxAddSettings settings, FilePath certPath)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Vagrant |
The settings |
| certPath | FilePath | The certificate file to use |
Return Value
| Type | Description |
|---|---|
| Vagrant |
The updated settings object |
