From 51806a67dfed1a9a9a7e8b00a0232cc292baf675 Mon Sep 17 00:00:00 2001 From: micafer Date: Wed, 16 Jan 2019 17:53:59 +0100 Subject: [PATCH] Update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f8e0505f..c25d16753 100644 --- a/README.md +++ b/README.md @@ -322,11 +322,15 @@ get the messages with the IM with the authorisation data with the cloud provider Security can be activated both in the XMLRPC and REST APIs. Setting this variables: +```sh XMLRCP_SSL = True +``` or +```sh REST_SSL = True +``` And then set the variables: XMLRCP_SSL_* or REST_SSL_* to your certificates paths.