check-certificat.com / Documentation
formats de sortieoutput formats
Structure des répertoires de sortieOutput directory structure
<output_root>/
html/<YYYYMMDD>/<ext>/ — rapports HTML par fichier
html/<YYYYMMDD>/summary/ — résumé multi-fichiers HTML
json/<YYYYMMDD>/<ext>/ — exports JSON par fichier
json/<YYYYMMDD>/summary/ — résumé multi-fichiers JSON
Le répertoire racine est configurable viaThe root directory is configurable via U_FLD_TARGET_ANA_CER dans constantes_V1R1M1.properties. Par défaut : répertoire du script.Default: script directory. Avec --date, le YYYYMMDD reflète la date simulée.With --date, YYYYMMDD reflects the simulated date.
analyse distante SSHremote SSH analysis
Le mode --remote télécharge le keystore via SFTP, l'analyse localement, puis supprime le fichier temporaire.The --remote mode downloads the keystore via SFTP, analyses it locally, then deletes the temporary file. Requiert paramikoRequires paramiko (pip install paramiko). Supporte clés SSH et authentification par mot de passe. Compatible avec les KDB stashés : le fichier .sth est automatiquement récupéré si présent.Compatible with stashed KDBs: the .sth file is automatically retrieved if present.
limites trialtrial limits
LimiteLimitValeurValueComportement à l'expirationBehaviour at expiry
DuréeDuration30 jours depuis le 1er lancementdays from first launchBlocage immédiat au démarrageImmediate block at startup
Fichiers50 fichiers analysés50 files analysedBlocage irréversible avant le 51ème fichierIrreversible block before the 51st file
Stockage étatFichiers d'état protégésProtected state filesToute modification invalide la protection → blocageAny modification invalidates the protection → block
prérequisprerequisites
ComposantComponentVersionUsage
Python3.8+Exécution du script sourceScript source execution
cryptography40+Parsing PEM/DER/P7B/CSR
keytool / runmqktoolJava 8+JKS, P12, PKCS12
runmqakm / gsk8capicmd_64IBM MQ 9+KDB/CMS
paramiko3+Analyse distante SSHRemote SSH analysis (optionnel)