summaryrefslogtreecommitdiffstats
path: root/partimage/build/makecertificate.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2006-03-04 01:31:53 +0000
committer Eric Hameleers <alien@slackware.com>2006-03-04 01:31:53 +0000
commit64fe959bffc1b951ef2a2fdb991e53a1beb2160f (patch)
treeee189059f99c220b893269cc1f3f8717899dcdaf /partimage/build/makecertificate.sh
parentae45aef3789fb01a3c3cc0eabac1387b0995910c (diff)
downloadasb-64fe959bffc1b951ef2a2fdb991e53a1beb2160f.tar.gz
asb-64fe959bffc1b951ef2a2fdb991e53a1beb2160f.tar.xz
Added message about passphrase.
Diffstat (limited to 'partimage/build/makecertificate.sh')
-rw-r--r--partimage/build/makecertificate.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/partimage/build/makecertificate.sh b/partimage/build/makecertificate.sh
index 8dcb99db..b4f457d1 100644
--- a/partimage/build/makecertificate.sh
+++ b/partimage/build/makecertificate.sh
@@ -16,7 +16,13 @@ partuser=partimag
# Create certificate for SSL connections
if test -x ${opensslpath} ; then
if test ! -f ${partconfdir}/partimaged.cert ; then
+ echo "===================================================="
echo "generating certificate for partimage/partimaged ssl:"
+ echo "===================================================="
+ echo "You will be asked for a passphrase twice. The passphrases must match"
+ echo "and will be used to create the key certificate for partimaged."
+ echo "Write this passphrase down or memorize it!"
+ echo ""
mkdir -p ${partconfdir} >/dev/null
touch ${partconfdir}/privkey.pem
rm -f ${partconfdir}/privkey.pem