You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have three files:
In config.yaml I'm insert:
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.
The text was updated successfully, but these errors were encountered: