Skip to content

Instantly share code, notes, and snippets.

View prppedro's full-sized avatar
This cluster is currently *Error*

Tadeu R. P. prppedro

This cluster is currently *Error*
View GitHub Profile
#!/bin/bash
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# #
# Conversor de TXT antigo para MD - Pedro T. R. Pinheiro - 22JAN22 #
# --------- -- --- ------ ---- -- - ----- -- -- -------- - ------- #
# #
# Este conversor transforma arquivos de texto puro por mim escritos #
# no passado em formato Markdown, para que possam ser corretamente #
# arquivados neste repositório. Provavelmente só é útil para mim, mas #
@prppedro
prppedro / importcerts.sh
Created December 18, 2020 20:20
Scripts to import Debian certificates and make them usable on Android
#!/usr/bin/env bash
# Certificate Exporter
# Pedro T. R. Pinheiro <tadeu@foda-se.uucp>
# 18/DEC/2020
# This little utility exports Debian SSL certs to the format
# used by my Android Phone: a filename containing cert's
# hash, ended by 0, like: a1b2c3d4e.0. Also, it has the
# cert followed by certinfo (openssl-x509's -text param)