Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How add CA-bundle file? #3090

Open
veronicanike opened this issue May 28, 2024 · 3 comments
Open

How add CA-bundle file? #3090

veronicanike opened this issue May 28, 2024 · 3 comments
Assignees
Labels

Comments

@veronicanike
Copy link

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.

@veronicanike veronicanike changed the title How add CA-bundle file. How add CA-bundle file? May 28, 2024
@stephenakq
Copy link
Collaborator

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

@stephenakq stephenakq self-assigned this May 28, 2024
Copy link

github-actions bot commented Jun 4, 2024

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

@github-actions github-actions bot added the Stale Used to mark issues with inactivity label Jun 4, 2024
@stephenakq stephenakq added Backlog and removed Stale Used to mark issues with inactivity labels Jun 5, 2024
@veronicanike
Copy link
Author

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants