Revision history of "Trusted ca store in Linux"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 23:21, 28 November 2023Busk talk contribs 954 bytes +954 Created page with "# Linux ## Add Internal Root CA to trusted store via BASH ``` #!/bin/bash set -eu test_url="https://host.intranet/" cert_file_name="internal-rootca1.crt" os_distribution=$(..."