Skip to content

Commit c7fe4dc

Browse files
committed
remove manual cert validation for vorwerk connections
1 parent ffc04c7 commit c7fe4dc

2 files changed

Lines changed: 1 addition & 39 deletions

File tree

pybotvac/cert/ksecosys.com.crt

Lines changed: 0 additions & 36 deletions
This file was deleted.

pybotvac/vorwerk.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import os
2-
31
from .neato import Vendor
42

53

@@ -11,4 +9,4 @@ class Vorwerk(Vendor):
119
scope = ["openid", "email", "profile", "read:current_user", "offline_access"]
1210
audience = "https://mykobold.eu.auth0.com/userinfo"
1311
source = "vorwerk_auth0"
14-
cert_path = os.path.join(os.path.dirname(__file__), "cert", "ksecosys.com.crt")
12+
cert_path = True

0 commit comments

Comments
 (0)