File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -358,10 +358,11 @@ package AWS.Config.Set is
358358 -- peer did not provide trusted certificate.
359359
360360 procedure Trusted_CA (O : in out Object; Filename : String);
361- -- Returns the filename containing a list of trusted CA, this is to be used
362- -- with the Exchange_Certificate option. The filename is on bundle of CAs
363- -- that can be trusted. A client certificate signed with one of those CA
364- -- will be accetped by the server.
361+ -- Set the trusted filename containing a list of trusted CA, this
362+ -- is to be used with the Exchange_Certificate option. The
363+ -- filename is a bundle of CAs that can be trusted. A client
364+ -- certificate signed with one of those CA will be accepted by the
365+ -- server.
365366
366367 procedure CRL_File (O : in out Object; Filename : String);
367368 -- Returns the filename containing the Certificate Revocation List. This
You can’t perform that action at this time.
0 commit comments