HP Insight Control Software for Linux User Manual
Page 26
You must repeat this procedure for every iLO whose certificate you want to add to the HP SIM trust
storage.
An alternate method is to automate this procedure by using a script to extract the iLO's certificate
and add it to the HP SIM trusted certificate list. The following is an example of a script that accepts
a series of iLO certificates and adds them to the HP SIM trust store.
#!/bin/sh
#
# Get certificate for each iLO passed in as an argument
# and add it to the HP SIM trust store.
#
for i in $@
do
echo |\
openssl s_client -connect ${i}:443 2>&1 | \
sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | mxcert -t -
if [ $? -ne 0 ]; then
echo "Unable to retrieve certificate for $i"
exit 1
else
echo "Added certificate for $i"
fi
done
26
Security
See also other documents in the category HP Software:
- Scripting Toolkit for Linux (68 pages)
- Scripting Toolkit for Windows 9.50 (62 pages)
- Scripting Toolkit for Windows 9.60 (62 pages)
- Storage Area Manager (13 pages)
- Core HP-UX (5 pages)
- Matrix Operating Environment Software (71 pages)
- Matrix Operating Environment Software (107 pages)
- Matrix Operating Environment Software (239 pages)
- Matrix Operating Environment Software (77 pages)
- Insight Management-Software (148 pages)
- Matrix Operating Environment Software (80 pages)
- Insight Management-Software (128 pages)
- Matrix Operating Environment Software (132 pages)
- Matrix Operating Environment Software (74 pages)
- Matrix Operating Environment Software (76 pages)
- Matrix Operating Environment Software (233 pages)
- Matrix Operating Environment Software (61 pages)
- Matrix Operating Environment Software (232 pages)
- Matrix Operating Environment Software (70 pages)
- Matrix Operating Environment Software (120 pages)
- Matrix Operating Environment Software (36 pages)
- Matrix Operating Environment Software (99 pages)
- Matrix Operating Environment Software (192 pages)
- Matrix Operating Environment Software (198 pages)
- Matrix Operating Environment Software (66 pages)
- Matrix Operating Environment Software (95 pages)
- Matrix Operating Environment Software (152 pages)
- Matrix Operating Environment Software (264 pages)
- Matrix Operating Environment Software (137 pages)
- Matrix Operating Environment Software (138 pages)
- Matrix Operating Environment Software (97 pages)
- Matrix Operating Environment Software (33 pages)
- Matrix Operating Environment Software (142 pages)
- Matrix Operating Environment Software (189 pages)
- Matrix Operating Environment Software (58 pages)
- Matrix Operating Environment Software (79 pages)
- Matrix Operating Environment Software (68 pages)
- Matrix Operating Environment Software (223 pages)
- Matrix Operating Environment Software (136 pages)
- Matrix Operating Environment Software (34 pages)
- Matrix Operating Environment Software (63 pages)
- Matrix Operating Environment Software (67 pages)
- Matrix Operating Environment Software (104 pages)
- Matrix Operating Environment Software (128 pages)
- Matrix Operating Environment Software (75 pages)