X509 Certificates

These are old archives. They are kept for historic purposes only.
Post Reply
KernelError

X509 Certificates

Post by KernelError »

How do i create an X509 Certificate signed by my domain CA to be used with unreal?
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post 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).
Post Reply