Skip to content

Commit

Permalink
[fix] Gernerate default certificates and DH key
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Jun 24, 2024
1 parent 7d9158c commit 7b22d8b
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit 7b22d8b

Please sign in to comment.