Search found 4 matches

by MadMax
Tue Mar 16, 2010 5:31 pm
Forum: Unreal 3.2 Support
Topic: implementing CAcert certificate
Replies: 5
Views: 3208

Re: implementing CAcert certificate

I have already said... After several hours searching the internet I had no nerves for a quiz. Whatever...

I will not respond again to this thread. The discussion is not about the topic. I have just told my opinion about my first experience with this support. You have your own opinion! It's ok! So ...
by MadMax
Tue Mar 16, 2010 8:24 am
Forum: Unreal 3.2 Support
Topic: implementing CAcert certificate
Replies: 5
Views: 3208

Re: implementing CAcert certificate

Oh well... Please close the topic! I told you I did not wanna play and I dit not take it seriously.
by MadMax
Mon Mar 15, 2010 11:02 pm
Forum: Unreal 3.2 Support
Topic: implementing CAcert certificate
Replies: 5
Views: 3208

Re: implementing CAcert certificate

Heya!

I solved the Problem. I had to integrate the CAcert key, that was used to certify my public key. There are no details or examples to this point in the documentation.


set {
[...]
ssl {
certificate server.crt.pem;
key server.key.pem;
trusted-ca-file class3.crt;
};
[...]
}


I would ...
by MadMax
Sat Mar 13, 2010 6:22 pm
Forum: Unreal 3.2 Support
Topic: implementing CAcert certificate
Replies: 5
Views: 3208

implementing CAcert certificate

Hi all!

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:

set {
[...]
ssl {
certificate server.crt.pem ...