What is the openssl command i need to use for this?
I need o开发者_StackOverflow中文版penssl to return two files ssl.pem and ca.crt
the ssl.pem is for my lighttpd webserver to give if they include https instead of http.
the ca.crt is what they must download from my site and then install on their computer.
I am using linux-mint with openssl installed by default.. I will transfer lots of my files over to a debian-based machine
Follow this tutorial to generate your own CA and sign certificates.
Instead of creating your own CA, consider using CAcert
精彩评论