On 8/10/10 6:01 PM Michael Orlitzky wrote:

You can still download the certificate (from, say, your website) and install it on each workstation. Just right click the cert file, and I think the option is either "Install" or "Import."

Will this also works with *.pem certificates?

mkcert_dovecot.sh will create two dovecot.pem certificates in
/etc/pki/dovecot/certs and /etc/pki/dovecot/private

[mkcert_dovecot.sh]
#!/bin/sh

# Generates a self-signed certificate.
# Edit dovecot-openssl.cnf before running this.

OPENSSL=${OPENSSL-openssl}
SSLDIR=${SSLDIR-/etc/pki/dovecot}
OPENSSLCONFIG=${OPENSSLCONFIG-/etc/pki/dovecot/dovecot-openssl.cnf}

CERTDIR=$SSLDIR/certs
KEYDIR=$SSLDIR/private

CERTFILE=$CERTDIR/dovecot.pem
KEYFILE=$KEYDIR/dovecot.pem

thanks
Richard

Reply via email to