mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 15:32:46 -04:00
Enable secure boot on Azure CVMs
This commit is contained in:
parent
da41cb6962
commit
5883278d4a
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ func (s ScaleSet) Azure() armcomputev2.VirtualMachineScaleSet {
|
|||
},
|
||||
SecurityProfile: &armcomputev2.SecurityProfile{
|
||||
SecurityType: to.Ptr(armcomputev2.SecurityTypesConfidentialVM),
|
||||
UefiSettings: &armcomputev2.UefiSettings{VTpmEnabled: to.Ptr(true), SecureBootEnabled: to.Ptr(false)},
|
||||
UefiSettings: &armcomputev2.UefiSettings{VTpmEnabled: to.Ptr(true), SecureBootEnabled: to.Ptr(true)},
|
||||
},
|
||||
DiagnosticsProfile: &armcomputev2.DiagnosticsProfile{
|
||||
BootDiagnostics: &armcomputev2.BootDiagnostics{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue