feat: zert-check in toolbox (Netzwerk-Kategorie)
This commit is contained in:
parent
ca376f6793
commit
0860072166
1 changed files with 10 additions and 0 deletions
10
bin/toolbox
10
bin/toolbox
|
|
@ -319,6 +319,16 @@ TOOLS = [
|
||||||
"/ dog --json example.com | jq",
|
"/ dog --json example.com | jq",
|
||||||
"dog example.com", "dog", linux=False),
|
"dog example.com", "dog", linux=False),
|
||||||
|
|
||||||
|
Tool("Netzwerk", "zert-check",
|
||||||
|
"SSL-Zertifikate aller motocamp.de Domains prüfen",
|
||||||
|
"Prüft alle motocamp.de Subdomains auf Zertifikatsgültigkeit.\n"
|
||||||
|
"Zeigt Ablaufdatum und verbleibende Tage mit Farbkodierung:\n"
|
||||||
|
" grün = ok (>30 Tage)\n"
|
||||||
|
" gelb = bald fällig (≤30 Tage)\n"
|
||||||
|
" rot = kritisch (≤7 Tage) oder nicht erreichbar\n"
|
||||||
|
"Bsp: zert-check",
|
||||||
|
"zert-check", "zert-check", brew=""),
|
||||||
|
|
||||||
# ── Text & Daten ─────────────────────────────────────────────────────────
|
# ── Text & Daten ─────────────────────────────────────────────────────────
|
||||||
Tool("Text/Daten", "jq",
|
Tool("Text/Daten", "jq",
|
||||||
"JSON-Prozessor für Kommandozeile",
|
"JSON-Prozessor für Kommandozeile",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue