Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a note on Windows specifics.


Excerpt


Note

This parameter can be specified for Windows only.


Description:SSLCertificateSource defines the source of an SSL certificate.
Parameter type:String
Default value:STORE
Possible values:
  • FILE – SSL certificate file.
  • STORE – SSL certificate exported from Windows Certificate Store.


Code Block
languagexml
themeEmacs
<SSLCertificateSource>STORE</SSLCertificateSource>


...