Files
est-frame/node_modules/@pnpm/network.ca-file/dist/ca-file.docs.mdx
2025-10-22 05:38:27 +00:00

13 lines
237 B
Plaintext
Executable File

---
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')
```