行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 15: 17: 56
To facilitate using hv, you may consider defining the following environment variables:
export VAULT_HOST=hexvault.acme.com
export VAULT_USER=jane
export VAULT_PASS=secr3t
After that, you can connect to the server effortlessly. For example, this command will print information about the server
and the client:
>./hv info
Hex-Rays Vault Server v1
Vault time: 2022-04-14 15:36:29, up since 2022-04-14 15:17:25
TIP
if you login to the server using hvui and save the login information in the registry, hv will re-use the saved
information. In this scenario, there is no need to set the environment variables.
中文翻译:
为了方便使用hv,您可以考虑定义以下环境变量:
export VAULT_HOST=hexvault.acme.com export VAULT_USER=jane export VAULT_PASS=secr3t
定义之后,您可以轻松连接到服务器。例如,此命令将打印有关服务器和客户端的信息:
./hv info Hex-Rays Vault Server v1 Vault time:2022-04-14 15:36:29,up since 2022-04-14 15:17:25
提示:如果您使用hvui登录到服务器并将登录信息保存在注册表中,hv将重用已保存的信息。在这种情况下,无需设置环境变量。
展开阅读全文
︾