mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-07 15:51:23 -05:00
Add a PKI generated with cfssl in order to generated easily certificates for the reg-tests.
14 lines
196 B
JSON
14 lines
196 B
JSON
{
|
|
"CN": "HAProxy Test Intermediate CA",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "HAProxy Technologies"
|
|
}
|
|
]
|
|
}
|