Is there any point in separating private key gen for a self signed certificate?

Disclaimer + Background
Since self signed certs are not that popular, here’s some context:
I have a 3rd party client/server application that we’re currently using (inside the LAN!) via unencrypted TCP/IP. (The protocol is proprietary, not … Continue reading Is there any point in separating private key gen for a self signed certificate?

Is it possible to use cookie-based single sign-on authentication scheme if sites do not share a common DNS parent domain?

According to the "Single sign-on" page on Wikipedia:

A simple version of single sign-on can be achieved over IP networks using cookies but only if the sites share a common DNS parent domain.

This means that if the user has auth… Continue reading Is it possible to use cookie-based single sign-on authentication scheme if sites do not share a common DNS parent domain?