botbook/node_modules/@pnpm/network.ca-file/dist/ca-file.docs.mdx

13 lines
237 B
Text
Raw Normal View History

2024-09-04 13:13:15 -03: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')
```