This method reads the file and then calls setAuthSubPrivateKey()
with the file contents.
public setAuthSubPrivateKeyFile ( string $file, string $passphrase = null, boolean $useIncludePath = false ) : void | ||
$file | string | The location of the file containing the PEM key |
$passphrase | string | The optional private key passphrase |
$useIncludePath | boolean | Whether to search the include_path for the file |
return | void |