Can anybody point me to some good tutorial about
openssl and how generate correct sertificate for development
Application contain several subdomains so it shoul be wildcard subdomain certificate
as far as I know.
I find some good tutorial here http://www.akadia.com/services/ssh_test_certificate.html
But I want real world example for several subdomains.
Can anybody point me to some good tutorial about openssl and how generate correct
Share
If you want a simple wildcard – then follow that very example – but instead of entering {{{public.akadia.com}}} enter {{{*.akadia.com}}}.
That should be it. Try. If it works (it usually does) for your user communtity then you are done.
If you also want this value in the subject alternative name as a DNS field – then you’ll need to do a bit more. http://therowes.net/~greg/2008/01/08/creating-a-certificate-with-multiple-hostnames/ has a good example.
The short of it is that you need to find the openssl.conf file which came with your openssl install (locate openss.cnf) and then edit/ensure it has these entries:
and then follow the instructions of akadia.com with the provisio that you pass a parameter
to the openssl commands pointing to above