Skip to content

Instantly share code, notes, and snippets.

View ink-ru's full-sized avatar
🏠
Working from home

Васин Юрий ink-ru

🏠
Working from home
View GitHub Profile
@ink-ru
ink-ru / make_certs.sh
Created January 26, 2020 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)
@ink-ru
ink-ru / setup-franz-ubuntu.sh
Created November 6, 2017 05:43 — forked from ruebenramirez/setup-franz-ubuntu.sh
setup franz on ubuntu
#!/bin/bash
sudo rm -fr /opt/franz
sudo rm -fr /usr/share/applications/franz.desktop
# create installation dir
sudo mkdir -p /opt/franz
#install franz