summaryrefslogtreecommitdiffstats
path: root/partimage/build/makecertificate.sh
diff options
context:
space:
mode:
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