How to import pfx certificate into pico hsm? #117

Open
opened 2025-12-17 20:17:01 +08:00 by oppenheimer14 · 4 comments

I want import pfx smart card logon certificate which enrolled in windows but i can't. How to do that?

I want import pfx smart card logon certificate which enrolled in windows but i can't. How to do that?

Currently this is not possible. At this moment, only PKCS#12 is supported.

Currently this is not possible. At this moment, only PKCS#12 is supported.

but pfx this is pkcs 12

but pfx this is pkcs 12
Image it shows this
<img width="442" height="323" alt="Image" src="https://github.com/user-attachments/assets/a0eeb1f1-f15a-4dea-80f6-4f080d35497c" /> it shows this

With SCS3 you can import .p12 files. I did not try it, but it seems possible to load a .pfx file.

Note that not in all cases PKCS#12 and PFX are the same. Some forums suggest to use

keytool -importkeystore -destkeystore new.p12 -deststoretype pkcs12 -srckeystore original.pfx

to convert between the formats.

With SCS3 you can import `.p12` files. I did not try it, but it seems possible to load a `.pfx` file. Note that not in all cases `PKCS#12` and `PFX` are the same. Some forums suggest to use ``` keytool -importkeystore -destkeystore new.p12 -deststoretype pkcs12 -srckeystore original.pfx ``` to convert between the formats.
Sign in to join this conversation.