mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-17 01:28:32 -05:00
Add a PKI generated with cfssl in order to generated easily certificates for the reg-tests.
17 lines
234 B
JSON
17 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"
|
|
}
|
|
}
|