11 lines
251 B
Python
11 lines
251 B
Python
# client certificate (no private key)
|
|
certorig=r"u:\Dropbox\!!!Days\Downloads Z230\cert\MB komerční full do 2026-01-22.pfx"
|
|
certpem=r"u:\Dropbox\!!!Days\Downloads Z230\cert\client.pem"
|
|
|
|
openssl pkcs12 -in certorig -clcerts -nokeys -out certpem
|
|
|
|
|
|
|
|
|
|
|