Page 1 of 1

X509 Certificates

Posted: Tue Nov 02, 2004 9:12 am
by KernelError
How do i create an X509 Certificate signed by my domain CA to be used with unreal?

Posted: Tue Nov 02, 2004 1:52 pm
by Syzop
Unreal accepts standard .pem files, so all it would need is a keyfile (with the private key) and a certificate file (with the public cert [and thus public key]).

Now, what the exact openssl commands are, I don't know from the top of my head, I tend to forget about them ;). Just read some SSL cert generating howto's/docs, also you might want to check the Makefile (the 'pem:' section) and src/ssl.cnf if you wonder how a self-signed cert was generated and what fields should be set to what (although that's probably pretty standard).