Comment by sschueller
2 years ago
Openssl is also "broken". As in if you generate a pfx export file using the openssl command included on macos you can not import the resulting pfx into the same machines Keychain.
You have to use the legacy flag!
2 years ago
Openssl is also "broken". As in if you generate a pfx export file using the openssl command included on macos you can not import the resulting pfx into the same machines Keychain.
You have to use the legacy flag!
And you have to use -passout for the -passin, or -noenc.