mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-03-30 18:23:11 +02:00
Merge branch 'master' of https://github.com/don-philipe/dotfiles
This commit is contained in:
@@ -21,6 +21,10 @@ checkcert()
|
||||
{
|
||||
openssl s_client -connect "$1":443 2>/dev/null
|
||||
}
|
||||
pem2crt()
|
||||
{
|
||||
openssl x509 -inform PEM -in "$1" -out "${1%.*}.crt"
|
||||
}
|
||||
|
||||
# works only without tex-ending
|
||||
tex2pdf()
|
||||
|
||||
Reference in New Issue
Block a user