haproxy/reg-tests/pki/intermediate/intermediate-csr.json
William Lallemand 8c1464098b REGTESTS: pki: add a pki for SSL tests
Add a PKI generated with cfssl in order to generated easily certificates
for the reg-tests.
2023-10-09 21:54:31 +02:00

15 lines
196 B
JSON

{
"CN": "HAProxy Test Intermediate CA",
"key": {
"algo": "rsa",
"size": 2048
},
"names": [
{
"C": "FR",
"L": "Paris",
"O": "HAProxy Technologies"
}
]
}