Configuration Parameters
The configuration settings can be found in the
AppViewX.CertPlus.WindowsService.exe.config.
| Parameter | Description | Value |
|---|---|---|
| WMIrequestFolderPath | Specifies the destination folder path for WMI-based use cases. | Folder path |
| ExportPrivateKey | Configures the option to export the private key during Certificate Signing Request (CSR) generation. | Yes or No |
| CertExportable | Indicates whether the certificate should be marked as exportable when installing in the trust store (Local Machine or Current User). | Yes or No |
| DefaultStore | Specifies the Default Certificate trust store to be used. | LocalMachine or CurrentUser |
| DiscoverCurrentStoreForIIS | A flag that triggers discovery from the current user store if set to "YES", specifically for IIS certificate discovery. | Yes or No |
| WMI | A list of connectivity checks performed during configuration fetch for WMI mode. | Windows Gateway Reachability,User Validation,Windows Temp Folder,WMI Service,CA Discovery Test |
| NATIVE | A list of connectivity checks performed during configuration fetch for Native mode. | Windows Gateway Reachability,CA Discovery Test |
| POWERSHELL | A list of connectivity checks performed during configuration fetch for PowerShell mode. | Windows Gateway Reachability,User Validation,RPC Service,WinRM Service,WinRM Configuration,CA Discovery Test |
| SkipCRLURL | If set to "YES", skip the Certificate Revocation List (CRL) during Download. | Yes or No |
| DeltaCRL | If set to "YES", enables the download of Delta CRLs and checks if the certificate has been revoked. | Yes or No |
| ValidateRevocation | If set to "YES", checks certificate revocation using both OCSP and CRL. | Yes or No |
| ValidateThumbprintOnly | If set to "YES", only validates the end entity certificate using its thumbprint and verifies the certificate chain. | Yes or No |
| HttpsMode | If set to "Yes", remote PowerShell operates in HTTPS mode (port 5986). If set to "No" it operates in HTTP mode (port 5985). If set to "Both", it checks if HTTPS mode is available , if not , falls back to HTTP. | Yes or No or Both |
| LogonMode | Defines the logon mode | Interactive or Network |