1.0.0 Release IaaS
This commit is contained in:
8
config/services/containers/infra/ca/templates/ca.tpl
Normal file
8
config/services/containers/infra/ca/templates/ca.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"subject": {{ toJson .Subject }},
|
||||
"keyUsage": ["certSign", "crlSign"],
|
||||
"basicConstraints": {
|
||||
"isCA": true,
|
||||
"maxPathLen": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user