aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-10-09 21:40:55 +0000
committerOmar Polo <op@omarpolo.com>2021-10-09 21:40:55 +0000
commitf0a01fc742e83b3f4736b5d64af3ab18148afc5a (patch)
treeb0f9e815f8b7692787bc95fa70d896b648095abf /ChangeLog
parent5eb3fc905f5e3bd2f2d586fb1e0ceda879500b3e (diff)
two -n to dump the parsed configuration
This adds a barebone dumping of the parsed configuration. It is not complete, but I'm interested in dumping the full path to `cert' and `key' in order to write some scripts that can inspect the configuration, extract the certificates and renew them when expired automatically. It's not easy to parse gmid configuration otherwise because the syntax is flexible and users can use macros. Instead, the idea is to run gmid and let it dump the configuration once it's been parsed in a static and predictable format. Now is possible to parse gmid configuration with, say, awk or perl.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e69c108..94403c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-10-09 Omar Polo <op@omarpolo.com>
+ * parse.y (print_conf): multiple -n to dump the parsed configuration
+
* contrib/gencert: add gencert, a simple script to generate self-signed certs
2021-10-04 Omar Polo <op@omarpolo.com>