How To Use SFDX-CLI with GitHub Actions Create JWT Auth Flow Create Self-Signed Cert and Key mkdir -p ~/.ssh/jwt cd ~/.ssh/jwt openssl genrsa -des3 -passout pass:SomePassword -out server.pass.key 2048