| View previous topic :: View next topic |
| Author |
Message |
Mgiese Veteran


Joined: 23 Mar 2005 Posts: 1266 Location: indiana
|
Posted: Sat Apr 28, 2012 8:32 am Post subject: mailserver problems with ssl certs mkpop3dcert [solved] |
|
|
hi, i am currently following this guide in order to set up my mailserver again :
http://www.gentoo.org/doc/en/virt-mail-howto.xml
i did everything as suggested but when i come to the point where i do have to create the SSL certificates, i am stuck :
| Code: | /etc/init.d/courier-imapd-ssl start
or
/etc/init.d/courier-pop3d-ssl start |
both scripts just give me an error : | Code: | # mkpop3dcert
Generating a 1024 bit RSA private key
...................................++++++
..............++++++
writing new private key to '/etc/courier-imap/pop3d.pem'
-----
problems making Certificate Request
140274190419624:error:0D07A097:asn1 encoding routines:ASN1_mbstring_ncopy:string too long:a_mbstr.c:154:maxsize=2
|
any idea what could be wrong ??
in my /etc/courier-imap/imapd.cnf(and pop3d.cnf) i changed the C,ST,L,CN parameters...
any suggestions ? _________________ I do not have a Superman complex, for I am God not Superman 
Last edited by Mgiese on Sat Apr 28, 2012 9:00 am; edited 1 time in total |
|
| Back to top |
|
 |
cach0rr0 Moderator


Joined: 13 Nov 2008 Posts: 4117 Location: Houston, Republic of Texas
|
|
| Back to top |
|
 |
Mgiese Veteran


Joined: 23 Mar 2005 Posts: 1266 Location: indiana
|
Posted: Sat Apr 28, 2012 9:02 am Post subject: |
|
|
fixed.
| Code: | | Probably the country name is longer than 2 characters. |
i`d "Germany" in there instead of "DE" (/etc/courier-imap/pop3d.cnf)
but thank you ! _________________ I do not have a Superman complex, for I am God not Superman  |
|
| Back to top |
|
 |
|