Proxy configuration - PKI Express
To configure PKI Express to use a proxy for web requests:
pkie config --set proxyHost=IP --set proxyPort=PORT
Note
The commands on this article require administrative privileges. On Linux, you may need to use sudo
or, on Windows,
a command prompt with elevated privileges.
If the proxy requires authentication with username and password, do also:
pkie config --set proxyUsername=USERNAME --set proxyPassword=PASSWORD
On Linux, certain characters on the password such as !
and $
may cause problems. In such cases, surround the last argument with simple quotes ('
):
pkie config --set proxyUsername=USERNAME --set 'proxyPassword=PASSWORD'
Alternatively, these settings may be changed by setting the following environment variables:
pkie:proxyHost
orpkie__proxyHost
pkie:proxyPort
orpkie__proxyPort
pkie:proxyUsername
orpkie__proxyUsername
pkie:proxyPassword
orpkie__proxyPassword
Note
On Linux environments, variable names are case sensitive