mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-17 19:16:56 +00:00
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"
|
|
}
|
|
]
|
|
}
|