Description of problem: ================ Tracker for cephadm. Please see full details in BZ - https://bugzilla.redhat.com/show_bug.cgi?id=2381960 Cephadm currently lacks support for specifying servername (SNI) and validate_hostname options. Need support for same from cephadm. Version-Release number of selected component (if applicable): How reproducible: ============= N/A Steps to Reproduce: 1. 2. 3. Actual results: ============= No support for servername (SNI) and validate_hostname Expected results: ============== Cephadm should allow users to configure: servername: to specify custom SNI string or disable SNI by setting to an empty string. validate_hostname: to define expected certificate host name, defaulting to hostname or servername, or disable validation entirely with "". Additional info: