mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-13 23:14:46 +00:00
2a22e16cb8
This patch adds the "show ssl ca-file [<cafile>[:index]]" CLI command. This command can be used to display the list of all the known CA files when no specific file name is specified, or to display the details of a specific CA file when a name is given. If an index is given as well, the command will only display the certificate having the specified index in the CA file (if it exists). The details displayed for each certificate are the same as the ones showed when using the "show ssl cert" command on a single certificate. This fixes a subpart of GitHub issue #1057. |
||
---|---|---|
.. | ||
add_ssl_crt-list.vtc | ||
ca-auth.crt | ||
cert1-example.com.pem.ecdsa | ||
cert1-example.com.pem.rsa | ||
cert2-example.com.pem.ecdsa | ||
cert2-example.com.pem.rsa | ||
client1.pem | ||
client2_expired.pem | ||
client3_revoked.pem | ||
common.crt | ||
common.key | ||
common.pem | ||
crl-auth.pem | ||
del_ssl_crt-list.vtc | ||
ecdsa.crt | ||
ecdsa.key | ||
ecdsa.pem | ||
filters.crt-list | ||
localhost.crt-list | ||
README | ||
set_cafile_client.pem | ||
set_cafile_interCA1.crt | ||
set_cafile_interCA2.crt | ||
set_cafile_rootCA.crt | ||
set_cafile_server.pem | ||
set_default_cert.crt-list | ||
set_default_cert.pem | ||
set_ssl_cafile.vtc | ||
set_ssl_cert_bundle.vtc | ||
set_ssl_cert_noext.vtc | ||
set_ssl_cert.vtc | ||
set_ssl_server_cert.vtc | ||
simple.crt-list | ||
ssl_client_auth.vtc | ||
ssl_client_samples.vtc | ||
ssl_crt-list_filters.vtc | ||
ssl_frontend_samples.vtc | ||
ssl_server_samples.vtc | ||
ssl_simple_crt-list.vtc | ||
wrong_ctx_storage.vtc |
File list: - common.pem: PEM file which may be used by most of the VTC files.