You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tag - certificate_authority alongside creating self signed certificates also generates the MDS token key pair : private key and public certificate to be used in the MDS. ansible/blob/41620d6b313a91b154e3f341b99bf8ff86658002/playbooks/tasks/certificate_authority.yml#L118
"Description: To generate the certificate authority (CA) if TLS encryption is enabled and using self-signed certificates .Additionally, it will generate a key pair for the MDS token: a private key and a public certificate for use in the MDS. "
The text was updated successfully, but these errors were encountered:
updated line 16 certificate_authority tag description .
confluentinc#1560
Description: To generate the certificate authority (CA) if TLS encryption is enabled and using self-signed certificates.Additionally, a key pair for the MDS token, a private key and a public certificate, will be generated.
Update ### Tag - certificate_authority description here:
cp-ansible/docs/TAGS.md
Line 16 in 41620d6
Tag - certificate_authority alongside creating self signed certificates also generates the MDS token key pair : private key and public certificate to be used in the MDS.
ansible/blob/41620d6b313a91b154e3f341b99bf8ff86658002/playbooks/tasks/certificate_authority.yml#L118
"Description: To generate the certificate authority (CA) if TLS encryption is enabled and using self-signed certificates .Additionally, it will generate a key pair for the MDS token: a private key and a public certificate for use in the MDS. "
The text was updated successfully, but these errors were encountered: