summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--setup-webconf2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 88fdc4d..b13c885 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-V=1.4
+V=1.4.1
P=alpine-conf
PV=$(P)-$(V)
APKF=$(PV).apk
diff --git a/setup-webconf b/setup-webconf
index 20aa5d0..aba6223 100644
--- a/setup-webconf
+++ b/setup-webconf
@@ -75,7 +75,7 @@ prompt = no
[ req_dn ]
OU=HTTPS server
-CN=$(hostname -f)
+CN=$(hostname)
emailAddress=postmaster@example.com
[ cert_type ]