astro-ghostcms/.pnpm-store/v3/files/f9/67dbc4de8d2214e260ce97f7556...

13 lines
237 B
Plaintext

---
labels: ['ca', 'certificate authority']
description: 'A component for reading the certificate authority data from a text file'
---
API:
```ts
import { readCAFileSync } from '@pnpm/network.ca-file'
readCAFileSync('cafile.txt')
```