How to Use OpenSSL on Mac -
i'm trying generate openssl cert on mac (for xero woocommerce integration) following these instructions (copied below): http://developer.xero.com/documentation/advanced-docs/public-private-keypair/
openssl genrsa -out privatekey.pem 1024 openssl req -new -x509 -key privatekey.pem -out publickey.cer -days 1825 openssl pkcs12 -export -out public_privatekey.pfx -inkey privatekey.pem -in publickey.cer
it works fine, , last step input , verify export password. after submit see nothing. .pfx file saved too? should else displayed on screen? see screenshot below at.
the files should saved in same location (working directory) ran these commands from.
if run command
pwd
it should show path working directory.
Comments
Post a Comment