This commit is contained in:
Sebastian Hugentobler 2017-06-13 15:36:25 +02:00
parent 23e6d54867
commit bd7346b842
6 changed files with 30 additions and 51 deletions

View file

@ -0,0 +1,5 @@
#!/usr/bin/with-contenv sh
if [ ! -f /var/lib/proftp/keys/dhparams.pem ]; then
openssl dhparam -outform PEM -5 nbits >> /var/lib/proftp/keys/dhparams.pem
fi