Project

Profile

Help

Task #5695

Updated by daviddavis over 4 years ago

SSL was renamed to TLS 20 years ago in 1999. 

 The Ansible project recently standardized on these names for the TLS parameters: 

 ca_cert: Trusted Certificate Authority for the TLS connection; CA that signed the server's certificate. 
 client_cert: Certificate that identifies the client to the server 
 client_key: private key proving client's identity asserted by client_cert 
 tls_validation: whether to perform validation

Back