🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 1. 释义 生成密钥文件。 ## 2. 使用方法 ``` ~$ cryptogen generate [<flags>] ``` 命令标志: ``` --help Show context-sensitive help (also try --help-long and --help-man). --output="crypto-config" The output directory in which to place artifacts --config=CONFIG The configuration template to use ``` ``` cryptogen generate --config=./crypto-config.yaml --output ./crypto-config ```