mirror of
https://github.com/don-philipe/dotfiles.git
synced 2026-03-31 02:33: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
|
openssl s_client -connect "$1":443 2>/dev/null
|
||||||
}
|
}
|
||||||
|
pem2crt()
|
||||||
|
{
|
||||||
|
openssl x509 -inform PEM -in "$1" -out "${1%.*}.crt"
|
||||||
|
}
|
||||||
|
|
||||||
# works only without tex-ending
|
# works only without tex-ending
|
||||||
tex2pdf()
|
tex2pdf()
|
||||||
|
|||||||
Reference in New Issue
Block a user