|
|
|
|
140
|
-out /home/$USERNAME/emailcert/$USERNAME.p12 \
|
140
|
-out /home/$USERNAME/emailcert/$USERNAME.p12 \
|
141
|
-inkey /home/$USERNAME/emailcert/$USERNAME.key \
|
141
|
-inkey /home/$USERNAME/emailcert/$USERNAME.key \
|
142
|
-certfile /home/$USERNAME/emailcert/dovecot-ca.crt \
|
142
|
-certfile /home/$USERNAME/emailcert/dovecot-ca.crt \
|
143
|
- -outpass pass:
|
|
|
|
|
143
|
+ -password pass:""
|
144
|
|
144
|
|
145
|
# make an install script
|
145
|
# make an install script
|
146
|
echo '#!/bin/bash' > /home/$USERNAME/emailcert/install.sh
|
146
|
echo '#!/bin/bash' > /home/$USERNAME/emailcert/install.sh
|