Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature] Allowed deploying WPA Enterprise 2 TTLS-PAP #462 #471

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
[fix] Gernerate default certificates and DH key
  • Loading branch information
pandafy committed Jun 24, 2024
commit 7b22d8bc584acac3d391d7bbf83f12ae235ed4f2
6 changes: 6 additions & 0 deletions tasks/freeradius_eap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---

- name: Generate default DH key and certificates
command:
cmd: make destroycerts dh all
chdir: /etc/freeradius/certs
tags: [freeradius_eap]

- name: "Copy {{ org.name }} EAP openwisp_site"
template:
src: "{{ freeradius_eap_openwisp_site_template_src }}"
Expand Down
Loading