ssl_de/encrypt new works
This commit is contained in:
@ -713,6 +713,7 @@ class FrameWidgets(ttk.Frame):
|
||||
],
|
||||
text=True,
|
||||
)
|
||||
|
||||
Create.encrypt()
|
||||
else:
|
||||
shutil.copy(filepath, f"{AppConfig.TEMP_DIR}/")
|
||||
@ -735,8 +736,8 @@ class FrameWidgets(ttk.Frame):
|
||||
],
|
||||
text=True,
|
||||
)
|
||||
Create.encrypt()
|
||||
|
||||
Create.encrypt()
|
||||
self.str_var.set("")
|
||||
self.a = Tunnel.active()
|
||||
self.l_box.insert(0, self.a)
|
||||
@ -774,6 +775,7 @@ class FrameWidgets(ttk.Frame):
|
||||
"no",
|
||||
]
|
||||
)
|
||||
|
||||
elif ("PrivateKey = " in read) and ("Endpoint = " in read):
|
||||
pass
|
||||
else:
|
||||
|
Reference in New Issue
Block a user