mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-22 00:06:09 +01:00
30 lines
486 B
Markdown
30 lines
486 B
Markdown
---
|
|
title: "Dump CA"
|
|
aliases:
|
|
- pybytes/api/dump_ca
|
|
---
|
|
|
|
Make a dump_ca
|
|
|
|
**Method**
|
|
----
|
|
**pybytes.dump_ca(ca_file)**
|
|
|
|
**Parameters**
|
|
----
|
|
| name | Description | is Required | Default value
|
|
| ------------- |:-------------:|:-------------:|:-------------:|
|
|
| ca_file | File path | No | /flash/cert/pycom-ca.pem |
|
|
|
|
|
|
**Example**
|
|
----
|
|
`pybytes.dump_ca(ca_file='/flash/cert/pycom-ca.pem')`
|
|
|
|
**Success Response**
|
|
----
|
|
|
|
```
|
|
>> Successfully created /flash/cert/pycom-ca.pem
|
|
```
|