REGTEST: ssl: test "set ssl cert" with separate key / crt
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 23 Oct 2020 16:37:19 +0000 (18:37 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Fri, 23 Oct 2020 16:41:08 +0000 (18:41 +0200)
commit1ac17682e50a742240ef5e43ba26bb1530c17923
tree1b704f3424a2d9df8f9e5dcb83358c545aa73b14
parent089c13850fe46c9e52db9a84b47f7c6485dd8273
REGTEST: ssl: test "set ssl cert" with separate key / crt

This reg-test tests the "set ssl cert" command the same way the
set_ssl_cert.vtc does, but with separate key/crt files and with the
ssl-load-extra-del-ext.

It introduces new key/.crt files that contains the same pair as the
existing .pem.
reg-tests/ssl/common.crt [new file with mode: 0644]
reg-tests/ssl/common.key [new file with mode: 0644]
reg-tests/ssl/ecdsa.crt [new file with mode: 0644]
reg-tests/ssl/ecdsa.key [new file with mode: 0644]
reg-tests/ssl/set_ssl_cert_noext.vtc [new file with mode: 0644]