Skip to content

Instantly share code, notes, and snippets.

View burakEC's full-sized avatar

Burak Emre ÇOLAK burakEC

View GitHub Profile
@burakEC
burakEC / make_certs.sh
Created April 25, 2019 12:41 — forked from mediaupstream/make_certs.sh
extract ca-certs, key, and crt from a pfx file
#!/bin/bash
#
# Usage:
# ./make_certs.sh test.example.com
#
# The required input to make_certs.sh is the path to your pfx file without the .pfx prefix
#
# test.example.com.key
# test.example.com.crt (includes ca-certs)