ssl_de/encrypt new works

This commit is contained in:
2025-05-12 15:11:40 +02:00
parent fb0158d1cd
commit 3da54642a0
5 changed files with 40 additions and 37 deletions

View File

@ -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: