mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 15:04:42 +00:00
8c1464098b
Add a PKI generated with cfssl in order to generated easily certificates for the reg-tests.
18 lines
234 B
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"
|
|
}
|
|
}
|