freeipa / ansible-freeipa

Ansible roles and modules for FreeIPA
GNU General Public License v3.0
480 stars 231 forks source link

[ipasmartcard_client] Role does not enable smart card auth in cockpit configuration #1253

Open EmptyByte opened 2 weeks ago

EmptyByte commented 2 weeks ago

Refer to: Enabling smart card authentication for the web console

    - name: Ensure ClientCertAuthentication is set to yes in cockpit.conf
      community.general.ini_file:
        path: /etc/cockpit/cockpit.conf
        section: WebService
        option: ClientCertAuthentication
        value: yes
        mode: '0600'
        backup: true