Check output of openssl

This commit is contained in:
Milan Stute
2020-12-02 16:18:57 +01:00
parent 6960a97ab8
commit 17db506f04
+1
View File
@@ -151,6 +151,7 @@ class AirDropConfig:
cwd=self.key_dir,
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
check=True,
)
def get_ssl_context(self):