This parameter can be specified for Windows only.

Description:

SSLCertificateStore parameter defines the type of store used for an SSL certificate. According to Microsoft official website System Store Locations article, a system store is a collection that consists of one or more physical sibling stores. For each system store, there are predefined physical sibling stores.

Parameter type:String
Default value:MY
Possible values:
  • MY (Personal), 
  • ROOT (Trusted Root Certification Authorities), 
  • TRUST (Enterprise Trust), 
  • CA (Intermediate Certification Authorities), 
  • USERDS (Active Directory User Object).

Example:

<SSLCertificateStore>MY</SSLCertificateStore>

  • No labels