Empty password
This commit is contained in:
parent
9089bd1f36
commit
ffb97e50ea
|
@ -140,7 +140,7 @@ openssl pkcs12 -export -in /home/$USERNAME/emailcert/$USERNAME.cer \
|
||||||
-out /home/$USERNAME/emailcert/$USERNAME.p12 \
|
-out /home/$USERNAME/emailcert/$USERNAME.p12 \
|
||||||
-inkey /home/$USERNAME/emailcert/$USERNAME.key \
|
-inkey /home/$USERNAME/emailcert/$USERNAME.key \
|
||||||
-certfile /home/$USERNAME/emailcert/dovecot-ca.crt \
|
-certfile /home/$USERNAME/emailcert/dovecot-ca.crt \
|
||||||
-outpass pass:
|
-password pass:""
|
||||||
|
|
||||||
# make an install script
|
# make an install script
|
||||||
echo '#!/bin/bash' > /home/$USERNAME/emailcert/install.sh
|
echo '#!/bin/bash' > /home/$USERNAME/emailcert/install.sh
|
||||||
|
|
Loading…
Reference in New Issue