Use wlan_eap_ca_crl for URL of the certificate revocation list

This commit is contained in:
Raphael Dannecker 2025-04-01 15:31:19 +02:00
parent f6b77c64cf
commit 320ad3a51d
4 changed files with 520 additions and 508 deletions

View file

@ -11,4 +11,5 @@ wlan_eap_ca:
emailAddress: "admin@example.com"
CN: "Radius Certificate Authority"
password: "OtherVerySecurePassw0rd"
wlan_eap_ca_crl: "http://radius.{{ domain }}/radius-ca.crl"
wlan_enable_on_boot: true

View file

@ -15,7 +15,7 @@
ansible.builtin.get_url:
force: true
mode: "0644"
url: "http://radius.steinbeis.schule/radius-ca.crl"
url: "{{ wlan_eap_ca_crl }}"
dest: /tmp/radius-ca.crl
when: cert_client_active.stat.exists