如何使用加密配置工具为所有组织创建一个 CA
How to create one CA to all organisation using crypto config tool
我正在使用 cryptogen 工具生成组织密钥对,我观察到当我创建多个组织 cryptogen 工具时为每个组织生成不同的 CA 私钥。可以说我只想要一个 CA 用于我需要指定它的多个组织。下面是我的配置文件
-Name: Org3
Domain: org3.example.com
EnableNodeOUs: true
Template:
Count: 2
Users:
Count: 1
-Name: Org2
Domain: org2.example.com
EnableNodeOUs: true
Template:
Count: 2
Users:
Count: 1
-Name: Org3
Domain: org3.example.com
EnableNodeOUs: true
Template:
Count: 2
Users:
Count: 1
@fama,
这是不可能的,根据密码
默认情况下,每个组织都有自己的 CA
没办法,如果是这样就没有授权的意义了
每个组织都应该有自己的 CA
我正在使用 cryptogen 工具生成组织密钥对,我观察到当我创建多个组织 cryptogen 工具时为每个组织生成不同的 CA 私钥。可以说我只想要一个 CA 用于我需要指定它的多个组织。下面是我的配置文件
-Name: Org3
Domain: org3.example.com
EnableNodeOUs: true
Template:
Count: 2
Users:
Count: 1
-Name: Org2
Domain: org2.example.com
EnableNodeOUs: true
Template:
Count: 2
Users:
Count: 1
-Name: Org3
Domain: org3.example.com
EnableNodeOUs: true
Template:
Count: 2
Users:
Count: 1
@fama,
这是不可能的,根据密码
默认情况下,每个组织都有自己的 CA
没办法,如果是这样就没有授权的意义了
每个组织都应该有自己的 CA