mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
Add a PKI generated with cfssl in order to generated easily certificates for the reg-tests. |
||
|---|---|---|
| .. | ||
| certificates | ||
| intermediate | ||
| root | ||
| config.json | ||
| README | ||
How it was generated: cfssl gencert -initca root/root-csr.json \ | cfssljson -bare root/root-ca cfssl genkey intermediate/intermediate-csr.json \ | cfssljson -bare intermediate/intermediate-ca cfssl sign -ca root/root-ca.pem \ -ca-key root/root-ca-key.pem \ -config config.json \ -profile intermediate \ intermediate/intermediate-ca.csr \ | cfssljson -bare intermediate/intermediate-ca cfssl gencert \ -ca intermediate/intermediate-ca.pem \ -ca-key intermediate/intermediate-ca-key.pem \ -config config.json \ -profile host \ certificates/www.test1.com-csr.json| cfssljson -bare certificates/www.test1.com