haproxy/reg-tests/pki/certificates/www.test1.com-csr.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"
}
]
}