mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-20 10:40:13 +00:00
8c1464098b
Add a PKI generated with cfssl in order to generated easily certificates for the reg-tests.
28 lines
515 B
JSON
28 lines
515 B
JSON
{
|
|
"signing": {
|
|
"default": {
|
|
"expiry": "87600h"
|
|
},
|
|
"profiles": {
|
|
"intermediate": {
|
|
"usages": ["cert sign", "crl sign"],
|
|
"expiry": "87600h",
|
|
"ca_constraint": {
|
|
"is_ca": true,
|
|
"max_path_len": 0,
|
|
"max_path_len_zero": true
|
|
}
|
|
},
|
|
"host": {
|
|
"usages": [
|
|
"signing",
|
|
"digital signing",
|
|
"key encipherment",
|
|
"server auth"
|
|
],
|
|
"expiry": "87600h"
|
|
}
|
|
}
|
|
}
|
|
}
|