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

13 lines
237 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
---
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')
```