Use wlan_eap_ca_crl
for URL of the certificate revocation list
This commit is contained in:
parent
f6b77c64cf
commit
320ad3a51d
4 changed files with 520 additions and 508 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue