proglog/certs/server-csr.json

17 lines
233 B
JSON

{
"CN": "127.0.0.1",
"hosts": ["localhost", "127.0.0.1"],
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "MX",
"ST": "NL",
"L": "MTY",
"O": "AYM Consulting",
"OU": "Distributed services"
}
]
}