]> granicus.if.org Git - apache/commit
Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
authorJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 15:21:44 +0000 (15:21 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 15:21:44 +0000 (15:21 +0000)
commit6e5cdad44510fcb63a30782682739f4a17b7bf0f
treec1f83c4a4ffe75f7b2b0a0c058a7bc6d675cf9b7
parent4ada6c29663000a34cd57c60632760f952d4fcdb
Add -t -DDUMP_CERTS option to mod_ssl which dumps the filenames of all
configured SSL certificates to stdout, useful for cron-ing through a
"do I need to renew any of my certificates this week" tool:

* modules/ssl/ssl_engine_config.c (ssl_hook_ConfigTest): New function.

* modules/ssl/mod_ssl.c (ssl_register_hooks): ...register it as a
test_config hook.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105741 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/ssl/mod_ssl.c
modules/ssl/ssl_engine_config.c
modules/ssl/ssl_private.h