Skip to content

Commit

Permalink
add create csr & add pem ui(not finish)
Browse files Browse the repository at this point in the history
fix some display issue
  • Loading branch information
PIKACHUIM committed Sep 19, 2024
1 parent 7021959 commit e2cba29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
3 changes: 2 additions & 1 deletion SmartCardAPP.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,8 @@ def search():
file_path = filedialog.askopenfilename(
filetypes=[
("PFX Files", "*.pfx;*.p12") if flag == "pfx" \
else ("Cert Files", "*.cer;*.crt;*.pem;*.der;*.p7b")
else ("Cert Chains", "*.p7b")
# else ("Cert Files", "*.cer;*.crt;*.pem;*.der;*.p7b")
]
)
if file_path:
Expand Down
15 changes: 0 additions & 15 deletions request.inf

This file was deleted.

0 comments on commit e2cba29

Please sign in to comment.