mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-12 06:24:56 +00:00
8c1464098b
Add a PKI generated with cfssl in order to generated easily certificates for the reg-tests.
15 lines
196 B
JSON
15 lines
196 B
JSON
{
|
|
"CN": "HAProxy Test Intermediate CA",
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "HAProxy Technologies"
|
|
}
|
|
]
|
|
}
|