summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2008-03-11 09:06:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2008-03-11 09:06:39 +0000
commit70faa4b15c9fd02fc4f4c1595b53bf5adf34e4a4 (patch)
tree4ca0ff2787f5040e5df42ca6b36d1bc1f4a40b8f
parent38d09cee90e522744c7f1e792d3d6ce0e01d5756 (diff)
downloadalpine-conf-70faa4b15c9fd02fc4f4c1595b53bf5adf34e4a4.tar.bz2
alpine-conf-70faa4b15c9fd02fc4f4c1595b53bf5adf34e4a4.tar.xz
fix cert generation for hosts without fqdn
-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 ]