diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | setup-webconf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 ] |