<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@mike-north/devcert-patched](./devcert-patched.md) &gt; [Options](./devcert-patched.options.md)

## Options interface

Cert generation options

<b>Signature:</b>

```typescript
export interface Options 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [getCaBuffer](./devcert-patched.options.getcabuffer.md) | <code>boolean</code> | Return the CA certificate data? |
|  [getCaPath](./devcert-patched.options.getcapath.md) | <code>boolean</code> | Return the path to the CA certificate? |
|  [renewalBufferInBusinessDays](./devcert-patched.options.renewalbufferinbusinessdays.md) | <code>number</code> | Number of business days before domain cert expiry before automatic revoke and renew |
|  [skipCertutilInstall](./devcert-patched.options.skipcertutilinstall.md) | <code>boolean</code> | If <code>certutil</code> is not installed already (for updating nss databases; e.g. firefox), do not attempt to install it |
|  [skipHostsFile](./devcert-patched.options.skiphostsfile.md) | <code>boolean</code> | Do not update your systems host file with the domain name of the certificate |
|  [ui](./devcert-patched.options.ui.md) | <code>UserInterface</code> | User interface hooks |

