From 027ea3158d30f39075cd193ed65a777d1fdc7eda Mon Sep 17 00:00:00 2001 From: Ronni Skansing Date: Sun, 5 Oct 2025 16:55:02 +0200 Subject: [PATCH] add development note about cert errors Signed-off-by: Ronni Skansing --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 7ce672c..dda8bae 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,24 @@ clear the local certs and start the backend again: - `make backend-clear-certs` - `make backend-up` +## Certificate warning +When developing it can be nice to ignore certificate warnings, especially when handling complex proxy setups. Use a +dedicated browser and skip certificate warning. + +On Ubuntu you can add custom shortcut for chromium without cert warnings. + +`~/.local/share/applications/chromium-dev.desktop` +``` +[Desktop Entry] +Version=1.0 +Type=Application +Name=Chromium Phishing Dev +Comment=Chromium for development with SSL certificate errors ignored +Exec=chromium-browser --ignore-certificate-errors +Icon=chromium-browser +Terminal=false +``` + ## License Phishing Club is available under a dual licensing model: