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.

enter image description here

the files should saved in same location (working directory) ran these commands from.

if run command

pwd 

it should show path working directory.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -