cloudpipe / keymaster

:key: OpenSSL convenience scripts
11 stars 5 forks source link

Support simultaneous server/client keypairs #5

Closed jhamrick closed 9 years ago

jhamrick commented 9 years ago

Swarm needs to have certificates generated with extendedKeyUsage = clientAuth,serverAuth because it acts as both a client and a server, so it would be nice if that were possible, too. Perhaps if -p is passed multiple times, e.g. -p client -p server, then it will generate it with both client and server auth?