IBM-Blockchain / ansible-collection

Ansible collection for building Hyperledger Fabric networks
Apache License 2.0
43 stars 38 forks source link

Allow enrolled_identity module to enroll TLS certificates #548

Closed sstone1 closed 3 years ago

sstone1 commented 3 years ago

Add new tls option. When tls is set to true, enroll against the TLS certificate authority. You cannot use this option and a PKCS #11 compliant HSM at the same time.

Add new hosts option. Can only be specified when tls is set to true. The hosts option can optionally provide a list of X.509 Subject Alternative Names, specified as either IP addresses or DNS names.

Signed-off-by: Simon Stone sstone1@uk.ibm.com