Actions
Task #5695
closedStandardize TLS parameter names
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
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
Related issues
Actions
Renaming tls parameter names
fixes #5695 https://pulp.plan.io/issues/5695