Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 14:44, 11 September 2026 Ebasso talk contribs created page IBM Maximo: Script to check router certificates on MAS (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...")