Class: UDAPSecurityTestKit::DiscoveryGroup

Inherits:
Inferno::TestGroup
  • Object
show all
Includes:
Inferno::DSL::Assertions
Defined in:
lib/udap_security_test_kit/discovery_group.rb

Class Method Summary collapse

Class Method Details

.discovery_group_input_instructionsObject



50
51
52
53
54
55
56
57
# File 'lib/udap_security_test_kit/discovery_group.rb', line 50

def self.discovery_group_input_instructions
  %(
  Inferno currently does not support the use of the Authority Information Access (AIA) extension to access issuing
  certificates.  As such, Inferno must be provided any intermediate server certificates needed to establish a
  trust chain.  If the intermediate CAs are not included in the x5c header of the server's signed metadata JWT,
  testers may include them along with the root CA as a trust anchor input.
)
end