Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated section to address PM's change requests

...

Excerpt


Note

This parameter can be specified for Windows only.


Description:SSLCertificateSourceSettings tag includes description of Certificate Common name and SSL Certificate StoreSSLCertificateStoreSettings tag collects the parameters for certificate store settings.
Parameter type:N/A
Default value:N/A
Possible values:N/A

Example:

Code Block
languagexml
themeEmacs
<SSLCertificateStoreSettings>
	<SSLCertificateCommonName></SSLCertificateCommonName>            
	<SSLCertificateUseMachineStore>true</SSLCertificateUseMachineStore>
	<SSLCertificateStore>MY</SSLCertificateStore>
</SSLCertificateStoreSettings>


...