Reference Guide
240 Lifecycle Controller Web Services Interface Guide for Linux
1 = Off , 2 = On
ProxyType : It specifies the proxy type of the proxy server
0 = HTTP , 1 = SOCKS
ProxyServer : It specify the IP address of the proxy server.
ProxyUname: It specify the username of the proxy server.
ProxyPasswd: It specify the password of the proxy server.
ProxyPort: It specify the port of the proxy server.
EXAMPLE:
ShareType = 0
wsman invoke -a ImportBootCertificate
"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_BiosCertServ
ice?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_BiosCer
tService,SystemName=DCIM:ComputerSystem,Name=DCIM:BiosCertService"
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J import_boot_cert.xml -j utf-8 -y basic
The input file import_boot_cert.xml is shown below:
<p:importbootcertificate_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_BIOSC
ertService">
<p: Certificatetype>1</p: Certificatetype >
<p: CertificateSubType>1</p:CertificateSubType >
<p: FileName >pk.cer</p: FileName >
<p: CertificateIdentifier>58:0A:6F:4C:00:E4:B6:69:B9:EB:DC:1B:2B:3E:08:7B:8
0:D0:67:00</p: CertificateIdentifier>
<p: Username>NetworkShareUserName</p:Username>
<p: Password> NetworkSharePassword</p: Password>
<p: ShareType>0</p: ShareType >
<p: ShareName>ShareName</p: ShareName>
<p: IPAddress>ShareIP</p:IPAddress>
</p:importbootcertificate_INPUT>
OUTPUT:
<n1:ImportBootCertificate_OUTPUT>
<n1:Message>The SecureBoot Certificate Import operation is successfully
scheduled. Restart the host server for the changes to take
effect.</n1:Message>
<n1:MessageID>SWC9010</n1:MessageID>
<n1:ReturnValue>0</n1:ReturnValue>
</n1:ImportBootCertificate_OUTPUT>
27.4 Export Secure boot Certificate
The DCIM BIOS and Boot Management Profile describes the secure boot configuration.
This method used to export the secure boot certificate from the iDRAC to the network share either
NFS/CIFS/HTTPS/HTTPS.
Invoke ExportBootCertificate() with the following parameters and syntax:
IPAddress: IP address of the machine hosting the network share
ShareType: Type of share