Skip to main content
Skip table of contents

CertificateSource

Available from version2.2
RequirementOptional
Use

/CertificateSource <value>

Description

This parameter specifies where the IBI-helpMe Client should look for the certificates to decrypt the message file.

The following values are allowed:

ValueDescriptionDefault
[LocalMachine]\My

The client certificates are searched for in the "Personal" certificate store of the current computer.

After installing the IBI-helpMe certificate pair in the [LocalMachine] area, all user accounts of the computer (e.g. all domain users) need a read permission to the private key of the client certificate. 

(tick)
[LocalMachine]\<Certificate store>

The client certificates are searched in the specified certificate store of the current computer.

After installing the IBI-helpMe certificate pair in the [LocalMachine] area, all user accounts of the computer (e.g. all domain users) need a read permission to the private key of the client certificate. 


[CurrentUser]\MyThe client certificates are searched in the certificate store "Personal" of the current user.
[CurrentUser]\<Certificate store>The client certificates are searched in the specified certificate store of the current user.
<Path to directory>The client certificates are searched for in the specified directory. The path can be specified absolute or relative to the directory of the IBI-helpMe Client.

Determine the certificate store name

To get a list of all available certificate stores of the current computer or user, the following Powershell commands can be used.

LocalMachine

Powershell - LocalMachine

POWERSHELL
cd cert:
cd LocalMachine
ls

The appropriate name can then be selected from the list of certificate stores that then appears. E.g. [LocalMachine]\My

CurrentUser

Powershell - CurrentUser

POWERSHELL
cd cert:
cd CurrentUser
ls

The appropriate name can then be selected from the list of certificate stores that then appears. E.g. [CurrentUser]\My

Examples

IBI.helpMe.Client.exe /CertificateSource "[LocalMachine]\MY"
The default behavior of the IBI-helpMe Client is explicitly specified. Here, the certificates required for decrypting the configuration file are searched for in the "Personal" certificate store of the current computer.

IBI.helpMe.Client.exe /CertificateSource "[CurrentUser]\MY"
The certificates required for decrypting the configuration file are searched for in the "Personal" certificate store of the current user.

IBI.helpMe.Client.exe /CertificateSource "[LocalMachine]\CA"
The certificates required for decrypting the configuration file are searched for in the "Trusted Root Certification Authorities" certificate store of the current computer.

IBI.helpMe.Client.exe /CertificateSource "C:\Certificates"
The certificates required for decrypting the configuration file are searched for in the directory C:\Certificates.

IBI.helpMe.Client.exe /CertificateSource ""
The certificates required for decrypting the configuration file are searched for in the directory of the IBI-helpMe Client.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.