oneliners/bash/generate-supermicro-ipmi-li...

4 lines
243 B
Bash
Raw Normal View History

2021-03-17 22:41:36 +01:00
#!/bin/bash
# generates ipmi-licenses (needed for bios update) for supermicro-boards from the BCM's MAC-Addr
echo -n 'bmc-mac' | xxd -r -p | openssl dgst -sha1 -mac HMAC -macopt hexkey:8544E3B47ECA58F9583043F8 | awk '{print $2}' | cut -c 1-24