Empty password

This commit is contained in:
Bob Mottram 2015-06-19 20:12:22 +01:00
parent 9089bd1f36
commit ffb97e50ea
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ openssl pkcs12 -export -in /home/$USERNAME/emailcert/$USERNAME.cer \
-out /home/$USERNAME/emailcert/$USERNAME.p12 \
-inkey /home/$USERNAME/emailcert/$USERNAME.key \
-certfile /home/$USERNAME/emailcert/dovecot-ca.crt \
-outpass pass:
-password pass:""
# make an install script
echo '#!/bin/bash' > /home/$USERNAME/emailcert/install.sh