From a52dd0b7a75c4e5832bfc40b38e047cd99005740 Mon Sep 17 00:00:00 2001 From: Milan Hauth Date: Sat, 25 May 2024 16:32:35 +0200 Subject: [PATCH] fix wording --- aia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aia.py b/aia.py index a3bd1bc..f9705c5 100644 --- a/aia.py +++ b/aia.py @@ -221,7 +221,7 @@ def validate_certificate_chain(self, der_certs): @CachedMethod def cadata_from_host(self, host): """ - Get the certification chain, apart from the leaf node, + Get the certification chain, minus the root certificate, as joined PEM (ASCII string in base64 with extra delimiters) certificates in a single string, to be used in a SSLContext. """