Hi all,

I made an ssl cert for my dovecot IMAPS server. This works fine, but the certificate shows it will expire in a month. Is there a way to prolong this? Or is this unwise...

The command used to make the certificate snipped from a shell script:

$OPENSSL req -new -x509 -nodes -config $OPENSSLCONFIG -out $CERTFILE -keyout $KEYFILE || exit 2
chmod 0600 $KEYFILE
echo
$OPENSSL x509 -subject -fingerprint -noout -in $CERTFILE || exit 2


Thanks
Jasper
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to