Add config and makefile command to generate CA and client/server certs.

This commit is contained in:
Mariano Uvalle 2021-08-11 18:28:38 -05:00
parent 0d71b5abfb
commit d03afcfd50
5 changed files with 93 additions and 0 deletions

16
certs/ca-csr.json Normal file
View 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"
}
]
}