Skip to content

Instantly share code, notes, and snippets.

View malcolmsearle's full-sized avatar

malcolmsearle

View GitHub Profile
@malcolmsearle
malcolmsearle / CreateCaCert.ps1
Last active January 25, 2021 14:30 — forked from ramondeklein/CreateCaCert.ps1
Script to generate ca-cert.crt file based on the Windows Certificate store
# This script can be used to generate a ca-cert.crt file that can be used by
# Unix-based utilities like curl, git, ...
#
# It allows you to synchronize the root certificates (CA) based on the
# certificates installed in your Windows certification stores. You can also
# get a list from Mozilla, but I think it's convenient to have the same CA
# certificates in all tools.
#
# Some examples on how to use this script:
#