Skip to content

Commit

Permalink
remove manual cert validation for vorwerk connections
Browse files Browse the repository at this point in the history
  • Loading branch information
tofuSCHNITZEL committed Oct 27, 2023
1 parent ffc04c7 commit c7fe4dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 39 deletions.
36 changes: 0 additions & 36 deletions pybotvac/cert/ksecosys.com.crt

This file was deleted.

4 changes: 1 addition & 3 deletions pybotvac/vorwerk.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import os

from .neato import Vendor


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

0 comments on commit c7fe4dc

Please sign in to comment.