Gilmour, Scott wrote:
I have Ubuntu Server installed and I have a Windows 2008 Server Certificate Authority
When I type the openssl command I keep on getting this error: CA certificate and CA private key do not match
Your OpenSSL configuration is wrong.
Ps. I was able to get Samba to work after loading the lates server Ubuntu 11.10. Thanks for everyones help.
That's good to hear.
root@FreeRadius:/etc/freeradius/certs# openssl ca -policy policy_anything -out certificate.pem -passin pass:enterasys -key enterasys -extensions xpserver_ext -extfile xpextensions -infiles server.csr
Don't do that. There's a lot of magic in OpenSSL. Instead, see raddb/certs/README. The process for creating certificates is automated, documented, and it *works*. Alan DeKok.