sandraros / zcerti

Get HTTPS certificates from ICM trace and update in STRUST
MIT License
6 stars 2 forks source link

zcerti

Get HTTPS certificates from a Web site via the ICM trace (transaction code SMICM) and upload them to STRUST.

EDIT: the ICM trace outputs the certificate contents in ABAP 7.52 but not in ABAP 7.58 (see more information and workaround in https://github.com/sandraros/zcerti/issues/6).

Initial idea from here to read the ICM trace and parse the certificates, and credits to MBT here for uploading the certificates to STRUST.

Program ZCERTI_DEMO:

image

Excerpts of ZCERTI_DEMO source code: