Skip to content

Commit

Permalink
Probably solve tls problem on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
swelljoe committed Sep 12, 2017
1 parent f2f85b8 commit 4b50a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Virtualmin/Config/Plugin/ProFTPd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ sub actions {

# Add to end of file, if not already there Include /etc/proftpd/conf.d
proftpd::save_directive('Include', ['/etc/proftpd/conf.d'], $conf, $conf);
# Make sure tls is being loaded
proftpd::save_directive('Include', ['/etc/proftpd/tls.conf'], $conf, $conf);

# generate TLS cert/key pair
my $hostname = `hostname -f`;
Expand Down

0 comments on commit 4b50a79

Please sign in to comment.