IBM Maximo: Script to check router certificates on MAS: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 September 2026

  • curprev 14:4414:44, 11 September 2026 Ebasso talk contribs 5,548 bytes +5,548 Created page with "Script para coletar todas as Routes em mas-dev01-core e mas-dev01-manage e verificar detalhadamente os certificados TLS associados. == Script == <syntaxhighlight lang="bash"> #!/usr/bin/env bash set -uo pipefail NAMESPACES=("mas-dev01-core" "mas-dev01-manage") OUTPUT_FILE="report-certificates-routes.txt" exec > >(tee -i "${OUTPUT_FILE}") 2>&1 echo "========================================================================" echo " RELATÓRIO DE CERTIFICADOS TLS DAS..."