Talk:SSL Certificates (QCA1)

From PsiWiki

Some how to on cert to xml

could you give a how to for converting?

openssl for windows

here is a good batch line from the forums...


openssl s_client -connect %1 | openssl x509 -outform DER | openssl enc -a -A >> %2.xml


where %1 is the server:port and %2 is the name for the xml file...

For the moment you'll have to add the tags manually. but hey it's better than nothing for windows users.