Working state

This commit is contained in:
Ali
2022-08-11 00:39:11 +04:00
parent 1965e01680
commit ac0eb23815
5 changed files with 192 additions and 336 deletions

View File

@@ -40,7 +40,7 @@ def import_certificates(certificatesPath):
for file_name in os.listdir(certificatesPath):
file_path = certificatesPath + '/' + file_name
if file_path.endwith('.p12') or file_path.endwith('.cer'):
if file_path.endswith('.p12') or file_path.endswith('.cer'):
run_executable_with_output('security', arguments=[
'import',
file_path,