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
|