On Wed, Jan 16, 2002 at 01:24:35PM +0100, Douglas Wikström wrote:
> I would like to do something much simpler. I would like each of a number
> of servers generate its own keypair, and share the public key, e.g. the
> persons running the servers would physically meet and share their keys.
> Please
Hello!
Right now I am using the normal way of identification, using a CA-cert,
and certs signed using the key of the CA-cert. I.e. something like:
openssl req -config ${MIX_HOME}/ssl/openssl.cnf -new -keyout
$MIX_HOME/ssl/key.p
em -out $MIX_HOME/ssl/newrequest.pem -nodes
openssl ca -batch -conf