This section explains how to set registration codes and enable YubiOn FIDO Logon using the CLI tool.
Execute commands in the following form.
FlsCliTool.exe register [register_code] [additional_options...]
register_code
Specify the registration code that can be found on the download screen.
The format will be in the form of “XXXXX-XXXXX-XXXXX-XXXXX”.
additional_options
Specify the options required for communication during registration in the format “(Setting item)=(Setting content)”.
Multiple entries can be specified by separating them with a space. It can also be omitted.
Setting item | Setting content |
---|---|
proxy_host | Specify the host name of the proxy server. |
proxy_port | Specify the port number of the proxy server. |
proxy_pac_url | Specify the URL of the proxy configuration script (PAC). |
no_proxy | If “true” is specified, the OS-configured proxy is not used. |
proxy_auth_user | If there is proxy authentication, specify the user name for proxy authentication. |
proxy_auth_password | If there is proxy authentication, specify the password for proxy authentication. |
proxy_no_auth | If “true” is specified, the proxy authentication input dialog will not be displayed if proxy authentication was required. (The command will fail). |
If proxy_host, proxy_port, proxy_pac_url, or no_proxy is not specified, the proxy server registered in the OS settings of the user who executed the command is used.
When a proxy server requests authentication without proxy_auth_user, proxy_auth_password, or proxy_no_auth specified, a dialog box for entering proxy authentication information is displayed.
The proxy information used when executing the command will be registered as the proxy used by the YubiOn FIDO Logon system after registration.
FlsCliTool.exe register XXXXX-XXXXX-XXXXX-XXXXX
FlsCliTool.exe register XXXXX-XXXXX-XXXXX-XXXXX proxy_host=123.45.67.89 proxy_port=3128
FlsCliTool.exe register XXXXX-XXXXX-XXXXX-XXXXX proxy_pac_url=https://proxypacserver/proxy.pac
FlsCliTool.exe register XXXXX-XXXXX-XXXXX-XXXXX proxy_host=123.45.67.89 proxy_port=3128 proxy_auth_user=alice proxy_auth_password=proxypass
FlsCliTool.exe register XXXXX-XXXXX-XXXXX-XXXXX no_proxy=true