This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# This script exports certain certificates from Windows and installs them in WSL. | |
# It can be run from WSL using the following command: | |
# | |
# bash -c "$(wget -O - https://gist.githubusercontent.com/carlfriedrich/9739617ce9df86a0c439ac51442ec32d/raw)" | |
# | |
CERTIFICATES=( | |
"ZEIT-SRV-CA" |