TPM 구성을 위한 BIOS 설정 및 수동 TPM 설정을 통해 활성화 방법에 대해서 알아보겠습니다.
BIOS 설정(DELL 기준)
Secure Boot 활성화
TPM(Trusted Platform Module) 활성
SHA256 설정
DELL 서버의 경우에는 SHA256을 하고 나야 TXT 활성화가 가능
ESXi 수동 설정
https://haewon83.tistory.com/143에 기술된 가이드와 동일
# esxcli system settings encryption get Mode: NONE Require Executables Only From Installed VIBs: false Require Secure Boot: false # esxcli system settings encryption set --mode=TPM # esxcli system settings encryption get Mode: TPM Require Executables Only From Installed VIBs: false Require Secure Boot: false # esxcli system settings encryption set --require-secure-boot=T # esxcli system settings encryption get Mode: TPM Require Executables Only From Installed VIBs: false Require Secure Boot: true |
'Security' 카테고리의 다른 글
vTPM 구성 테스트 (0) | 2023.07.18 |
---|---|
TPM Overview (0) | 2023.07.18 |
Unable to access to web client due to discrepancy between config store database and configuration xml file (0) | 2023.05.05 |
Configure vCenter Server Identity Provider Federation for AD FS (0) | 2023.04.23 |
Use ADFS as Identity Provider for vCenter (0) | 2023.04.02 |