TLSConnector.cfg.json for own certificate from certificate store - LSM 3.6 SP1 Business + Prof.

Download example: TLSConnector.cfg.json_store_sample.json

TLSConnector.cfg.json_store_sample.json - LSM 3.6 SP1 Business + Prof.

{

    "Certificates": {

        "Store": {

            "ClientStoreLocation": "CurrentUser",

            "ClientStore": "My",

            "ClientThumbprint": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",

            "RootStoreLocation": "CurrentUser",

            "RootCAStore": "My",

            "RootCAThumbprint": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

        }

    }

}

Please also note the Readme file in the same directory. The configuration file cannot be applied 1:1. Adapt the parameters to your IT environment together with your IT administrator.

ClientStoreLocation and RootStoreLocation

ClientStoreLocation1and and RootStoreLocation specify who is authorised to access the certificate.

You were asked for this setting when importing the certificate.

Possible values are:

CurrentUser

X.509 certificate store of the currently logged-in user (default)

LocalMachine

X.509 computer certificate store (admin rights required). All users can view the certificate.

ClientStore and RootCAStore

ClientStore and RootCAStore indicate the certificate store in which you have installed the certificates.

You were asked for this setting when importing the certificate.

Possible values are:

AddressBook

X.509 certificate store for other persons

AuthRoot

X.509 Certificate store for third-party root CAs

CertificateAuthority

X.509 Certificate store for intermediate certification authorities (CAs)

Disallowed

X.509 Untrusted certificate store

My

X.509 Certificate store for own certificates

Root

X.509 Certificate store for trusted root certification authorities

TrustedPeople

X.509 Certificate store for trusted persons

TrustedPublisher

X.509 Certificate store for trusted publishers

ClientThumbprint

You can view the fingerprint of the client certificate by viewing the certificate details in the Windows Certificate Store. When copying, make sure that you do not copy any hidden characters.

RootCAThumbprint

You can view the fingerprint of the RootCA certificate by viewing the certificate details in the Windows Certificate Store. When copying, make sure that you do not copy any hidden characters.