Files
documentation/node_modules/@pnpm/network.ca-file/ca-file.docs.mdx
2024-03-22 03:47:51 +05:30

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