<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@mike-north/devcert-patched](./devcert-patched.md) &gt; [DomainData](./devcert-patched.domaindata.md)

## DomainData interface

Domain cert public and private keys as buffers

<b>Signature:</b>

```typescript
export interface DomainData 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [cert](./devcert-patched.domaindata.cert.md) | <code>Buffer</code> | public key (cert) |
|  [key](./devcert-patched.domaindata.key.md) | <code>Buffer</code> | private key |

