[rs-commit] r96 - /redwax-tool/trunk/redwax-tool.c
rs-commit at redwax.eu
rs-commit at redwax.eu
Mon Nov 29 19:15:51 CET 2021
Author: minfrin at redwax.eu
Date: Mon Nov 29 19:15:51 2021
New Revision: 96
Log:
Make cert, key and chain out the default. It is easier
to figure out how to switch something off than not
know it could be turned on.
Modified:
redwax-tool/trunk/redwax-tool.c
Modified: redwax-tool/trunk/redwax-tool.c
==============================================================================
--- redwax-tool/trunk/redwax-tool.c (original)
+++ redwax-tool/trunk/redwax-tool.c Mon Nov 29 19:15:51 2021
@@ -2735,6 +2735,10 @@
r.format = REDWAX_FORMAT_JSON;
r.key_in = 1;
+ r.key_out = 1;
+ r.cert_out = 1;
+ r.chain_out = 1;
+ r.auto_out = 1;
r.certs_in = apr_array_make(r.pool, 10, sizeof(redwax_certificate_t));
r.intermediates_in = apr_array_make(r.pool, 10, sizeof(redwax_certificate_t));
More information about the rs-commit
mailing list