dick hoogendijk <[EMAIL PROTECTED]> wrote: > I've generated the pem files for imapd, pop3d and esmtpd but still have > a little question about the 'CN' position. Does it need 'localhost', the > servername or the FQDN of the machine? > > =-=-=-cert.conf-=-=-= > ... > [ req_dn ] > C=NL > ST=DR > L=Assen > O=Courier Mail Server > OU=Automatically-generated IMAP SSL key > CN=lothlorien.nagual.st <--- ?? > [EMAIL PROTECTED] > ... > =-=-=-end-=-=-=
The common name (CN) should be the host's FQDN. Search google-groups:<subjectaltname OR subjectalternativename openssl> for a way of supporting multiple host names (and IP addresses) in a single certificate. ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
