X509Certificate Parameter (Connect-SAPERP Cmdlet)
The X509 certificate used for login as an alternative to User , and Password .
Syntax
Connect-SAPERP -X509Certificate string
Data Type
cstr
Default Value
""
Remarks
Using an X509 certificate for login requires also setting the SNC connection properties. The X509 certificate may be specified using a file path pointing to a file containing an X509 certificate in PEM format, a PEM blob beginning with the "-----BEGIN ..." header, or a PEM blob without the "-----BEGIN ..." header.