added script to download certiicates
parent
408b016b04
commit
749d66812b
|
@ -0,0 +1,5 @@
|
|||
#! /usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
nix-shell -p openssl \
|
||||
--command "openssl s_client -showcerts -connect $1 </dev/null 2>/dev/null|openssl x509 -outform PEM > $2"
|
Loading…
Reference in New Issue