mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 13:06:14 +01:00
559 B
559 B
title, aliases
| title | aliases | |
|---|---|---|
| Pybytes library API |
|
Enable SSL
Enable SSL
Method
pybytes.enable_ssl(ca_file, dump_ca)
Parameters
| name | Description | is Required | Default value |
|---|---|---|---|
| ca_file | File Path | No | /flash/cert/pycom-ca.pem |
| dump_ca | Dump_ca | No | Yes |
Example
pybytes.enable_ssl('/flash/cert/pycom-ca.pem', True)
Success Response
Please reset your module to apply the new settings