cryptogen extend
扩展已有的网络。
使用方法
~$ cryptogen extend [<flags>]
命令标志:
--help Show context-sensitive help (also try --help-long and
--help-man).
--input="crypto-config" The input directory in which existing network place
--config=CONFIG The configuration template to use
示例代码
下面的示例使用cryptogen extend命令扩展crypto-config中声明的网络:
~$ cryptogen extend --input="crypto-config" --config=config.yaml
org3.example.com
上面的命令使用config.yaml向网络添加了一个新的机构org3.example.com。