mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 15:06:31 +01:00
544 B
544 B
title, aliases
| title | aliases | |
|---|---|---|
| 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