STIGhubSTIGhub
STIGsRMF ControlsCompare

STIGhub

A free tool to search and browse the entire DISA STIG library. Saves up to 75% in security compliance research time.

Navigation

  • Browse STIGs
  • Search
  • RMF Controls
  • Compare Versions

Resources

  • About
  • Release Notes
  • VPAT
  • DISA STIG Library
STIGs updated 3 hours ago
Powered by Pylon
© 2026 Beacon Cloud Solutions, Inc. All rights reserved.
← Back to Nutanix Acropolis Application Server Security Technical Implementation Guide

V-279442

CAT II (Medium)

Nutanix AOS must perform RFC 5280-compliant certification path validation.

Rule ID

SV-279442r1192581_rule

STIG

Nutanix Acropolis Application Server Security Technical Implementation Guide

Version

V1R1

CCIs

CCI-000185

Discussion

A certificate's certification path is the path from the end entity certificate to a trusted root certification authority (CA). Certification path validation is necessary for a relying party to make an informed decision regarding acceptance of an end entity certificate. Certification path validation includes checks such as certificate issuer trust, time validity, and revocation status for each certificate in the certification path. Revocation status information for CA and subject certificates in a certification path is commonly provided via certificate revocation lists (CRLs) or online certificate status protocol (OCSP) responses.

Check Content

Confirm the Nutanix VM application server has OCSP checking enabled.

Run the following command:

$ ncli authconfig get-client-authentication-config
 'Auth Config Status        : true'

If "Auth config status" is not set to "true", this is a finding.

Fix Text

Configure the Nutanix VM application server to use OSCP for certificate revocation.

Set the OCSP responder URL:

$ ncli authconfig set-certificate-revocation set-ocsp-responder=<ocsp url><ocsp url>