beefproject / beef

The Browser Exploitation Framework Project
https://beefproject.com
9.74k stars 2.16k forks source link

How add CA-bundle file? #3090

Open veronicanike opened 4 months ago

veronicanike commented 4 months ago

I have three files:

  1. private-key.txt
  2. my-domain.crt - my certificate for domain.
  3. my-domain.ca-bundle - file that contains root and intermediate certificates in a certain order.

In config.yaml I'm insert:

private-key.txt -> beef.http.https.key
my-domain.crt -> beef.http.https.cert
my-domain.ca-bundle -> ???

Where to insert my-domain.ca-bundle, without this cert I'm getting SSL-related error. I found issue here with this problem, but it doesn't solved.

stephenakq commented 4 months ago

Can you provide more information on the issue? Here are some details on supplying information so we can assist you: https://marker.io/blog/how-to-write-bug-report

github-actions[bot] commented 4 months ago

This issue as been marked as stale due to inactivity and will be closed in 7 days

veronicanike commented 3 months ago

@stephenakq

I install beef last version beef, and buy Comodo-cert for my domain. I want the beef to work by https with domain-name. After purchase Comodo-cert, I got three files:

key: private-key.txt
cert: my-domain.crt - my certificate for domain.
ca-bundle: my-domain.ca-bundle - file that contains root and intermediate certificates in a certain order.

In beef config.yaml I see setting up only for two files:

            key: "beef_key.pem"
            cert: "beef_cert.pem"

Where to insert my-domain.ca-bundle, without this cert I'm getting SSL-related error. CA-bundle contains a chain of trust.