Skip to content

Commit

Permalink
fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
milahu committed May 25, 2024
1 parent c127c28 commit a52dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aia.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit a52dd0b

Please sign in to comment.