haproxy/reg-tests/pki/root/root-csr.json

18 lines
234 B
JSON

{
"CN": "HAProxy Root Test Authority",
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "FR",
"L": "Paris",
"O": "HAProxy Technologies"
}
],
"ca": {
"expiry": "175200h"
}
}