Forum Discussion
Santavi_241428
Nimbostratus
Dec 16, 2016Checking SHA1 cert on BIG IP LTM Ver 10.2
Hi team,
I need to know which are the certs are in LTM (version 10.2 ) has sha1 installed in it..I am not getting help form my web service team to validate each and every virtual server tested. ...
Dec 21, 2016
I did not remember the directory correctly. Try this?
!/bin/bash
for c in `ls --format single-column /config/ssl/ssl.crt/`;
do
arr=($(openssl x509 -noout -text -in /config/ssl/ssl.crt${c} |grep -E "sha1"))
if [ -n "${arr[2]}" ]
then
echo ${c}
fi
done
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects