Open zzpaul opened 8 years ago
Tried just hitting return? (no password)
This issue is pretty old, but this worked for me and I'm guessing one of the following is occured:
Charles
In my case the password was too long :/
openssl pkcs12 -in Apple Pay Merchant Identity Certificate.p12 -out ApplePay.crt.pem -clcerts -nokeys ApplePay.crt.pem is generated file name? filename name should be the same(ApplePay.crt.pem)?. What is that clcerts -nokeys? Do we have to run this command as it is in the terminal? Not able to create .pem file. In my website applepay button is not showing. Its says 'ApplePay is possible on this bowser, but not currently activated ' how to resolve this?
openssl pkcs12 -in Apple Pay Merchant Identity Certificate.p12 -out ApplePay.crt.pem -clcerts -nokeys When I run this above command its shows following text on terminal Usage: pkcs12 [options] where options are -export output PKCS12 file -chain add certificate chain -inkey file private key if not infile etc....... etc... etc..
When I run this command and input the password, it said "can't read password"
openssl pkcs12 -in ApplePayMerchantIdentity_and_privatekey.p12 -out ApplePay.crt.pem -clcerts -nokeys
I'm sure I input my password correctly.