diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-03-11 09:06:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-03-11 09:06:39 +0000 |
commit | 70faa4b15c9fd02fc4f4c1595b53bf5adf34e4a4 (patch) | |
tree | 4ca0ff2787f5040e5df42ca6b36d1bc1f4a40b8f /setup-webconf | |
parent | 38d09cee90e522744c7f1e792d3d6ce0e01d5756 (diff) | |
download | alpine-conf-70faa4b15c9fd02fc4f4c1595b53bf5adf34e4a4.zip |
fix cert generation for hosts without fqdn
Diffstat (limited to 'setup-webconf')
-rw-r--r-- | setup-webconf | 2 |
1 files changed, 1 insertions, 1 deletions
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 ] |