• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Install SSL on Apache2

Status
Not open for further replies.

0x1

LeVeL23 HacKerS TeaM
User
Joined
Nov 15, 2013
Messages
880
Reputation
0
Reaction score
6,315
Points
243
Credits
78
‎11 Years of Service‎
18%
Simple Script To Create a SSL Certificate on Apache

xNTcXFQ.png


[HIDE-THANKS]

Code:
>cd /tmp && git clone https://github.com/bxlcity/SSL_Apache2.git

cd SSL_Apache2 && chmod 777 InstallSLL.sh

./InstallSLL.sh
[/HIDE-THANKS]

If you are error when you restart service Apache2 maybe vmware use port 443 find port and kill

Code:
>netstat -plan | grep :443

kill ...
Tested on Kali & Parrot & vagrant 'hashicorp/precise64'

drgYg7C.png


 
Re: Install SSL on Apache2

there is any way to remove this warning? im running a dns server with some fake pages, so when i redirect traffic from https to htpp i get this warning

671e3528adcd4dc8a41218856a07da1c.png


 
Re: Install SSL on Apache2

because is self-signed certificate

for not have this warning use "Let’s Encrypt" ( Certbot )

 
Status
Not open for further replies.
Back
Top