14-Apr-2020 07:18
Hello,
Running version 14.1.2.1 and recently received a replacement ssl certificate. The cert provided was in a .pfx format. This cert was provide by Entrust. The customer submitted the csr to Entrust.
I performed two different install processes. I performed a create and an import.
What I find differently using version 14.1.2.1 (upgraded from 12.1.2.1) is there does not seem to be a separate crt reference and key reference. Is this normal behavior normal for version 14.x?
I have been crawling the F5 site in addition to Entrust site & web crawls and cannot find any true explanation.
Has anyone experienced changes with installing ssl certs on version 14.x?
Thanks,
e
14-Apr-2020 07:34
Did you search via cli.. .
cd /config/filestore/files_d/Common_d
ls certificate_d/* certificate_key_d/* | grep <Certname> | awk -F ':' '{print $3}'
Try it