init
This commit is contained in:
13
cfssl/ca-config.json
Normal file
13
cfssl/ca-config.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"signing": {
|
||||
"default": {
|
||||
"usages": [
|
||||
"signing",
|
||||
"key encipherment",
|
||||
"server auth",
|
||||
"client auth"
|
||||
],
|
||||
"expiry": "876000h"
|
||||
}
|
||||
}
|
||||
}
|
||||
14
cfssl/ca-csr.json
Normal file
14
cfssl/ca-csr.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"CN": "etcd",
|
||||
"key": {
|
||||
"algo": "rsa",
|
||||
"size": 2048
|
||||
},
|
||||
"names": [
|
||||
{
|
||||
"O": "autogenerated",
|
||||
"OU": "etcd cluster",
|
||||
"L": "duconet"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
cfssl/req-csr.json
Normal file
19
cfssl/req-csr.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"CN": "etcd",
|
||||
"hosts": [
|
||||
"3.14.3.102",
|
||||
"3.14.3.107",
|
||||
"127.0.0.1"
|
||||
],
|
||||
"key": {
|
||||
"algo": "rsa",
|
||||
"size": 2048
|
||||
},
|
||||
"names": [
|
||||
{
|
||||
"O": "autogenerated",
|
||||
"OU": "etcd cluster",
|
||||
"L": "duconet"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user