What's Changed * fix: bug with cert issuer after crypto dump by fulder in https://github.com/fulder/pki-tools/pull/118 * chore(deps-dev): bump the dependencies group with 3 updates by dependabot in https://github.com/fulder/pki-tools/pull/117
What's Changed * feat: move examples to files by fulder in https://github.com/fulder/pki-tools/pull/114 * Improve print of Certificates and Chains by splitting long strings (like Signature Value) into a multi line string * Add `Certificate.from_uri` classmethod * Add `Certificate.from_server` classmethod * **[BREAKING]** Change `Chain.from_uri` parameter from one string into a list of strings * Fix bug with getting server certificates in python versions <= 3.9 * fix: add missing CNAME file by fulder in https://github.com/fulder/pki-tools/pull/115
What's Changed * fix: use new CRL next/last update vars by fulder in https://github.com/fulder/pki-tools/pull/111 * docs: switch to mkdocstrings by fulder in https://github.com/fulder/pki-tools/pull/112