1
0

autoiniciossl.sh 151 B

1234567
  1. #!/bin/bash
  2. apt-get install stunnel4 -y
  3. sed -i 's/ENABLED=0/ENABLED=1/g' /etc/default/stunnel4
  4. service stunnel4 restart
  5. service stunnel4 start