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

Set CA&Key in Settings #100

Open
joBr99 opened this issue Nov 14, 2024 · 1 comment
Open

Set CA&Key in Settings #100

joBr99 opened this issue Nov 14, 2024 · 1 comment

Comments

@joBr99
Copy link

joBr99 commented Nov 14, 2024

Hey,
I tried to setting MITM Filtering Certificate in the Settings and it keeps changing back to the default one. (However shows sucessfully saved.)

After it didn't work with my sub-ca cert, I tried with the files from this command:

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 3650 -nodes -subj "/C=XX/ST=StateName/L=CityName/O=CompanyName/OU=CompanySectionName/CN=CommonNameOrHostname"

Tried both 4096 and 2048 keylength.

I tried both docker and binary. Building myself from latest didn't work as the settings page doesn't load, because the get request for bundle.js results in a 404.

@AVoSI-VI
Copy link

AVoSI-VI commented Jan 4, 2025

Kinda a really long fix/work around for this that I found:

Works as intended when I cloned the repo and followed these steps for my own set up

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

No branches or pull requests

2 participants