commit 33874289ad9c872d7b2743eebe4e34586479220f
parent 4b0bbc779034717b61e50cb05d3d1e30f4839468
Author: Joris Vink <joris@coders.se>
Date: Mon, 31 Aug 2020 15:04:15 +0200
Add the -v thing
Diffstat:
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/applications/acme.md b/applications/acme.md
@@ -8,6 +8,15 @@ such as Let's Encrypt and others.
Enabling ACME is quite straight forward. Make sure Kore was built with
the ACME=1 directive set at compile time.
+If ACME support was compiled in it can be verified by showing the
+version string for the Kore binary installed.
+
+```
+$ kore -v
+master-8097d22d curl-7.64.1 pgsql python-3.7.7 acme
+$
+```
+
In your configuration, under the domain context you set the acme
configuration option to yes.