I am using an UnrealIRCd 3.2.8.1 on a Debian os. Until today I used a self-signed certificate for ssl connections. Now I implemented a public key, that is certified by CAcert. Of course I also use the matching private key.
unrealircd.conf:
Code: Select all
set {
[...]
ssl {
certificate server.crt.pem;
key server.key.pem;
};
[...]
}
Can someone tell me how to implement the local issuer certificate? Is it the CAcert Class 3 Root Certificate?* Searching engine.bikers-irc.net
* Conecting to engine.bikers-irc.net (80.81.243.41) Port 6679...
* * Certification info:
* Subject:
* CN=engine.bikers-irc.net
* Issuer:
* O=CAcert Inc.
* OU=http:
*
* http://www.CAcert.org
* CN=CAcert Class 3 Root
* Public key algorithm: rsaEncryption (2048 bits)
* Sign algorithm sha1WithRSAEncryption
* Valid since Mar 13 15:20:11 2010 GMT to Mar 12 15:20:11 2012 GMT
* * Cipher info:
* Version: TLSv1/SSLv3, cipher AES256-SHA (256 bits)
* Connection failed. Error: unable to get local issuer certificate.? (20)
Many thanks for your help!