REGTESTS: pki: add a pki for SSL tests
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 20 Sep 2023 15:54:35 +0000 (17:54 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Oct 2023 19:54:31 +0000 (21:54 +0200)
commit8c1464098b5ed04cff779d70f9beec15aa364537
treef8f218ecd03afa1c9bcb1dac1c2948727bf69d76
parentdeed2b6077be6d255a5ba6ab321952a98d10f76b
REGTESTS: pki: add a pki for SSL tests

Add a PKI generated with cfssl in order to generated easily certificates
for the reg-tests.
14 files changed:
reg-tests/pki/README [new file with mode: 0644]
reg-tests/pki/certificates/www.test1.com-csr.json [new file with mode: 0644]
reg-tests/pki/certificates/www.test1.com-key.pem [new file with mode: 0644]
reg-tests/pki/certificates/www.test1.com.csr [new file with mode: 0644]
reg-tests/pki/certificates/www.test1.com.pem [new file with mode: 0644]
reg-tests/pki/config.json [new file with mode: 0644]
reg-tests/pki/intermediate/intermediate-ca-key.pem [new file with mode: 0644]
reg-tests/pki/intermediate/intermediate-ca.csr [new file with mode: 0644]
reg-tests/pki/intermediate/intermediate-ca.pem [new file with mode: 0644]
reg-tests/pki/intermediate/intermediate-csr.json [new file with mode: 0644]
reg-tests/pki/root/root-ca-key.pem [new file with mode: 0644]
reg-tests/pki/root/root-ca.csr [new file with mode: 0644]
reg-tests/pki/root/root-ca.pem [new file with mode: 0644]
reg-tests/pki/root/root-csr.json [new file with mode: 0644]