Skip to content

Instantly share code, notes, and snippets.

View herlanijunior's full-sized avatar

HERLANI JUNIOR herlanijunior

  • Sao Paulo, SP, Brazil, 3rd Rock From The Sun
View GitHub Profile
@herlanijunior
herlanijunior / make-icpbrasil-bundle.sh
Created October 3, 2023 23:00 — forked from skarllot/make-icpbrasil-bundle.sh
Download ICP-Brasil certificates and make a bundle
#!/bin/bash
HTTPADDR=http://acraiz.icpbrasil.gov.br/credenciadas/CertificadosAC-ICP-Brasil/ACcompactado.zip
DEST=/etc/ssl/certs/icp-brasil
mkdir -p ${DEST}
cd ${DEST}
rm -f *.crt
rm -f *.zip