Importing Self-Signed Certificates into Chrome on Linux
Chrome on Linux uses NSS (Network Security Services) for certificate management. Install the certutil utility from your distribution: Debian/Ubuntu/Linux Mint: sudo apt install libnss3-tools CentOS/Fedora/RHEL: sudo dnf install nss-tools Arch Linux: sudo pacman -S nss Extract and Import the Certificate The most reliable approach is to extract the certificate directly from the server and import…
