X509 Certificates
-
KernelError
X509 Certificates
How do i create an X509 Certificate signed by my domain CA to be used with unreal?
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).
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).