Files
freeradius/hosted/cron/radius-renew.sh
2023-01-06 06:19:08 +03:00

3 lines
134 B
Bash

#!/bin/bash
cd /etc/freeradius/certs/ && rm -rf *.pem ecc rsa && ./bootstrap && chown -R freerad:root * && service freeradius restart