kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

v5.5.1 PKCS#12 export does not work with Windows Server 2016 #361

Closed DonRhodes closed 2 years ago

DonRhodes commented 2 years ago

Describe the bug When a signed key pair is exported as PKCS#12 and attempted to be installed on a Windows Server 2016 it will not go past the 'password' screen. Neither a blank password nor one set during export works. I have tested this on 2 different Windows Server 2016 servers, and the exported file works fine in Windows Server 2019. Using v5.4.2 I was able to create the certificate, export it, and install it on the Windows Server 2016 server without issue.

To Reproduce Steps to reproduce the behavior:

  1. Export Key Pair in KSE
  2. Save file
  3. Attempt to install it on a Windows Server 2016 to the Local Machine Store location
  4. See error

Expected behavior The password to be accepted whether it is blank or is set during export.

Screenshots image

Environment

jpstotz commented 2 years ago

The same problem was already discussed in #318.

DonRhodes commented 2 years ago

Got bit by the 'is:open' in the search.