Why does an ACF2 CHKCERT fail with message "ACF68076 Unsupported KEY algorithm. Cannot CHKCERT the certificate"?
First, check if ACF2 PTF SO05363 is applied. If the PTF is applied verify the following.
The ACF68076 error is an indication that the certificate file on z/OS is not in the correct format for a certificate. This is most likely caused by FTPing the certificate to z/OS in the wrong format. Depending on how the certificate package was created, it could be in binary format or ASCII format. Try re-FTPing the certificate in the other format ASCII/BINARY and then re-try the CHKCERT command.
ACF2 supports the INSERT of certificates in the following format:
To correct the error:
To avoid FTP truncation, use the following FTP commands:
ASCII
QUOTE SITE WRAP LRECL=84 BLKSIZE=27998 RECFM=VB
PUT cert_file_name ‘z/OS dataset name’ (REPLACE
quit
If the above does not resolve the error, issue a CHKCERT DUMP command against the dataset containing the certificate and create a case with Broadcom Support.