diff --git a/src/ssl_crtlist.c b/src/ssl_crtlist.c index 1cda1cf45..f19864fd3 100644 --- a/src/ssl_crtlist.c +++ b/src/ssl_crtlist.c @@ -966,6 +966,12 @@ static void dump_crtlist_conf(struct buffer *buf, const struct ssl_bind_conf *co space++; } + if (conf->sigalgs) { + if (space) chunk_appendf(buf, " "); + chunk_appendf(buf, "sigalgs %s", conf->sigalgs); + space++; + } + /* the crt-lists only support ssl-min-ver and ssl-max-ver */ if (conf->ssl_methods_cfg.min) { if (space) chunk_appendf(buf, " ");