Add config and makefile command to generate CA and client/server certs.
This commit is contained in:
parent
0d71b5abfb
commit
d03afcfd50
5 changed files with 93 additions and 0 deletions
16
certs/ca-csr.json
Normal file
16
certs/ca-csr.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"CN": "Mariano's CA",
|
||||
"key": {
|
||||
"algo": "rsa",
|
||||
"size": 2048
|
||||
},
|
||||
"names": [
|
||||
{
|
||||
"C": "MX",
|
||||
"ST": "NL",
|
||||
"L": "MTY",
|
||||
"O": "AYM Consulting",
|
||||
"OU": "CA Services"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue