You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After you install the Linux Security Package for your distro, run the `sbinfo` command to verify which boot components are responsible for Secure Boot failures by displaying all unsigned modules, kernels, and bootloaders.
479
+
After you install the Linux Security Package for your distribution, run the `sbinfo` command to verify which boot components are responsible for Secure Boot failures by displaying all unsigned modules, kernels, and bootloaders.
480
480
481
481
```bash
482
482
sudo sbinfo -u -m -k -b
@@ -486,7 +486,7 @@ To learn more about the SBInfo diagnostic tool, you can run `sudo sbinfo -help`.
486
486
487
487
### Why am I getting a boot integrity monitoring fault?
488
488
489
-
Trusted Launch for Azure VMs is monitored for advanced threats. If such threats are detected, an alert is triggered. Alerts are only available if [Microsoft Defender for Cloud's enhanced security features](../security-center/enable-enhanced-security.md) are enabled.
489
+
Trusted Launch for Azure VMs is monitored for advanced threats. If such threats are detected, an alert is triggered. Alerts are only available if [enhanced security features in Microsoft Defender for Cloud](../security-center/enable-enhanced-security.md) are enabled.
490
490
491
491
Microsoft Defender for Cloud periodically performs attestation. If the attestation fails, a medium-severity alert is triggered. Trusted Launch attestation can fail for the following reasons:
492
492
@@ -504,7 +504,7 @@ The virtual TPM AK public certificate provides you with visibility for informati
504
504
505
505
#### Download instructions
506
506
507
-
Package certificates, composed of. p7b (Full Certificate Authority) and .cer (Intermediate CA), reveal the signing and certificate authority. Copy the relevant content and use certificate tooling to inspect and assess details of certificates.
507
+
Package certificates, composed of .p7b (Full Certificate Authority) and .cer (Intermediate CA), reveal the signing and certificate authority. Copy the relevant content and use certificate tooling to inspect and assess details of certificates.
0 commit comments