Enabling TLS on production network with Fabric CA

Viewed 746

I'm curious to know the best method for generating the necessary TLS certificates needed for secure communication between network components when not using the cryptogen tool.

Registering/enrolling identities using Fabric CA will get you a keypair necessary for network transactions, but can these same keypairs be used for securing network communications, or should I be provisioning those separately using openssl?

1 Answers
Related