Configuring the WAPT console¶
Hint
The configuration file for the WAPT console is stored in
C:\Users\%username%\AppData\Local\waptconsole\waptconsole.ini
.
This file is automatically generated when the waptconsole
is first launched and it is generated from the wapt-get.ini
file configured on the Administrator’s workstation.
Several options are available in the [global]
section
of the waptconsole.ini
file:
Options |
Description |
---|---|
|
Address of the WAPT Server. |
|
Address of the main WAPT repository. |
|
Date when the WAPT console was last used. |
|
Address of the proxy server in the console. |
|
Use a proxy to connect to the WAPT Server from the console. |
|
Use a proxy to connect to the main WAPT repository from the console. |
|
Prefix used for naming WAPT packages. |
|
WAPT base package development folder. |
|
Path to the certificate associated with the Administrator’s private key. |
|
Allows the WAPT console to send anonymous statistics to Tranquil IT. |
|
Language of the WAPT console. |
|
Launches the console in debug mode. |
|
|
|
Timeout for actions applied to WAPT agents (ex: update). |
|
Displays the actions that call external applications (RDP, VNC, etc…). |
|
Displays the button to create self-signed certificates or to create the WAPT agent’s installer. |
|
Hides actions that are not available for the WAPT agent. |
|
Forces the package certificate’s date and CRL to be verified. |
|
List of allowed signature algorithms for the WAPT packages. |
Configuring external repositories¶
You may add several external repositories by adding [sections]
in C:\Users\%username%\AppData\Local\waptconsole\waptconsole.ini
.
Example:
[store.wapt.fr]
repo_url=https://store.wapt.fr/waptdev
verify_cert=1
http_proxy=http://proxy.mydomain.lan:8080
public_certs_dir=
timeout=2
[otherwapt.tranquil.it]
repo_url=https://otherwapt.tranquil.it/waptdev
verify_cert=0
http_proxy=
public_certs_dir=c:\Users\admin\Documents\ssl\otherwapt\
timeout=2
Options |
Description |
---|---|
|
Address of the external WAPT repository. |
|
Address of the proxy to use to access the external repository
referenced in the |
|
|
|
Folder that contains the certificates used to authenticate downloaded external packages. |
|
Timeout for the external repository referenced in the |
Settings for creating WAPT packages¶
Options |
Description |
---|---|
|
Path to the private key to be used to sign packages. |
|
WAPT base package development folder. |
|
WAPT host package development folder. |
|
Default prefix for new WAPT packages. |
|
Default suffix for new WAPT packages. |