Commit Diff


commit - f28d96d3997c46c4679963ef5253c829b7221152
commit + a5d04ea066e388b39aa5494574fda7c92f116009
blob - 815e5db3fdd3a17c5e043bc418565a6cb31fe71c
blob + 40826852356ef81e32836b079170df4ad7d32731
--- ChangeLog
+++ ChangeLog
@@ -1,5 +1,13 @@
 2021-01-25  Omar Polo  <op@omarpolo.com>
 
+	* gmid.1: manpage improvements (example and usage)
+
+	* gmid.c (main): Dropping -C, -K, -f, changing the meaning of -d:
+	now it's the certificate directory.  Serve the directory given as
+	positional argument (or the current one) when running in
+	config-less mode.
+	(gen_certificate): automatically generate a certificate
+
 	* parse.y (option): added chroot and user options
 
 2021-01-24  Omar Polo  <op@omarpolo.com>