Please enable JavaScript to view this site.

CodeMeter 8.40a User Help

Navigation: Manual > Profiling - CodeMeter License Server settings

[HKEY_LOCAL_MACHINE\SOFTWARE\WIBU-SYSTEMS\CodeMeter\Server\HTTPS]  Section "HTTPS"

Scroll Prev Top Next More

CertificateChainFile

 

specifies the path to the certificate chain file required for HTTPS communication. The default value is platform dependent:

win8_logo Windows

C:\ProgramData\CodeMeter\WebAdmin\SelfSignedCert.pem

LINUX Linux

/var/lib/CodeMeter/WebAdmin/SelfSignedCert.pem

MacOS macOS

/Library/Application Support/CodeMeter/WebAdmin/SelfSignedCert.pem

Enabled

 

specifies whether HTTPS communication is activated or not.

Value

Description

0

HTTPS is disabled (default).

1

HTTPS enabled.

Port

 

specifies the port the CodeMeter WebAdmin is listening for HTTPS requests. The default value is 22353.

PrivateKeyFile

 

specifies the path to the private key file required for HTTPS communication. The default value is platform dependent:

win8_logo Windows

C:\ProgramData\CodeMeter\WebAdmin\key.pem

LINUX Linux

/var/lib/CodeMeter/WebAdmin/key.pem

MacOS macOS

/Library/Application Support/CodeMeter/WebAdmin/key.pem

MinimalTLSVersion

 

specifies the minimal TLS version which used for HTTPS communication.
The value can range from "1.0" to "1.3". The default value is "1.3".