initial commit of file from CVS for e-smith-radiusd on Wed 12 Jul 09:08:31 BST 2023

This commit is contained in:
Brian Read
2023-07-12 09:08:31 +01:00
parent 0680d12b90
commit bc28d49d0d
120 changed files with 3736 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/sh
# Ensure that PRNG is adequately seeded.
[ -s /etc/raddb/certs/dh ] ||\
/usr/local/bin/envuidgid stunnel \
/usr/bin/openssl gendh > /etc/raddb/certs/dh
[ -s /etc/raddb/certs/random ] ||\
/usr/local/bin/envuidgid stunnel \
/bin/dd if=/dev/urandom of=/etc/raddb/certs/random bs=1k count=1