Skip to content

Commit

Permalink
Create removessl.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HamedAp authored Feb 16, 2024
1 parent 62e4432 commit 5b6ad32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions removessl.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
sudo cp /etc/apache2/sites-available/default-ssl.conf.bak /etc/apache2/sites-available/default-ssl.conf
systemctl restart apache2
clear
printf "\n Apache SSL Removed \n"

0 comments on commit 5b6ad32

Please sign in to comment.