mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-09 15:30:17 +00:00
8c1464098b
Add a PKI generated with cfssl in order to generated easily certificates for the reg-tests.
16 lines
196 B
JSON
16 lines
196 B
JSON
{
|
|
"CN": "www.test1.com",
|
|
"hosts": ["www.test1.com"],
|
|
"key": {
|
|
"algo": "rsa",
|
|
"size": 2048
|
|
},
|
|
"names": [
|
|
{
|
|
"C": "FR",
|
|
"L": "Paris",
|
|
"O": "test1"
|
|
}
|
|
]
|
|
}
|