Customers require a fully automated (zero-touch) method to deploy SEP agents on Linux VMs where Secure Boot is enabled. Standard deployments require manual interaction with the MOK (Machine Owner Key) manager upon reboot, which blocks unattended automation.
UEFI Secure Boot is designed to prevent undetected tampering of the trust chain, requiring manual approval of the Symantec module signing certificate (sis-key.der) in the MOK list.
VMware preserves the UEFI NVRAM state during cloning, which includes the MOK database. By enrolling the key once on a Master VM (Golden Image) and sanitizing the agent identity, all clones inherit the trusted state.
Phase 1: Master VM Preparation
# mokutil --import /usr/lib/symantec/sdcssagent/driver/sis-key.der
# /usr/lib/symantec/status.sh
Phase 2: Golden Image Sanitization
# ./LinuxInstaller --image
Phase 3: Cloning and Verification