From 55219a3a84683a47a8497f0e98d7031d03358b93 Mon Sep 17 00:00:00 2001 From: Emil Renner Berthing Date: Sat, 8 Apr 2023 19:15:34 +0200 Subject: space_server: radius: dh_file no longer needed --- roles/space_server/files/radius/bootstrap | 6 ------ 1 file changed, 6 deletions(-) (limited to 'roles/space_server/files/radius/bootstrap') diff --git a/roles/space_server/files/radius/bootstrap b/roles/space_server/files/radius/bootstrap index 376aa78..4e6f0d5 100755 --- a/roles/space_server/files/radius/bootstrap +++ b/roles/space_server/files/radius/bootstrap @@ -9,12 +9,6 @@ fullchain="/etc/letsencrypt/live/$certname/fullchain.pem" umask 027 cd "$(dirname $0)" -if [ ! -f dh ]; then - openssl dhparam -out dh 2048 - chown root:radiusd dh - chmod 640 dh -fi - if ! diff -q "$privkey" privkey.pem >/dev/null 2>&1; then install -m640 -o root -g radiusd "$privkey" privkey.pem fi -- cgit v1.2.1