Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Ziolkowski authored and Szymon Ziolkowski committed Jun 29, 2023
1 parent dfa29f3 commit 0fef8ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hostapd_configs/hostapd.conf.template
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ radius_server_auth_port=1812
radius_server_acct_port=1813
# we have some certs we'll generate
ca_cert=/certs/$domain.issuer.crt
server_cert=/certs/$domain.crt
private_key=/certs/$domain.key
ca_cert=/certs/${DOMAIN}.issuer.crt
server_cert=/certs/${DOMAIN}.crt
private_key=/certs/${DOMAIN}.key
mana_wpe=1
mana_credout=/output/hostapd.credout
Expand Down
2 changes: 1 addition & 1 deletion hostapd_configs/hostapd.radius_client.template
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

cat <<END
# RADIUS client configuration for the RADIUS server
$range $password
${RANGE} ${PASSWORD}
END

0 comments on commit 0fef8ba

Please sign in to comment.