Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

SHOW.CERT - Display certificate

&pagelevel(4)&pagelevel

The SHOW.CERT procedure enables you to display the X.509 certificates, which are usually stored in PEM format, as plain text. SHOW.CERT has only the following parameter:

CERTFILE

This parameter specifies the file which contains the certificate to be shown.

The parameter defaults to SYSDAT.TCP-IP-AP.nnn.NEW.CERT.

Example

/CALL-PROCEDURE *LIB($.SYSSPR.TCP-IP-AP.nnn,SHOW.CERT),-
/  (CERTFILE=SYSDAT.TCP-IP-AP.nnn.SNAKEOIL.CERT)