Preparation - Obtaining the SAP Passport Convert the certificate from the PKCS#12 format to PEM Export Client Certificate openssl pkcs12 -in .pfx -clcerts -nokeys -out CLIENT_CERT.PEM Export Client Certificate Key openssl pkcs12 -in .pfx -nocerts -nodes -out CLIENT_CERT_KEY.PEM Export CA Certificate openssl pkcs12 -in .pfx -cacerts -nokeys -out CA_CERT.PEM Download of SAP Note Command in wget wg..