Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@hhrutter hhrutter released this 28 May 13:31
· 24 commits to master since this release
9a9da09

A quick release featuring improved certificate handling

You can now inspect files containing certificates before importing:

pdfcpu cert inspect root.crt

1:
    Subject:
             org       : A-Trust GmbH
             unit      : a-sign-premium-mobile-seal-09
             name      : a-sign-premium-mobile-seal-09
             country   : AT
     Issuer:
             org       : A-Trust GmbH
             unit      : A-Trust-Root-09
             name      : A-Trust-Root-09
             country   : AT
       from: 2023-02-21
       thru: 2036-07-14
         CA: true

inspected 1 certificates

This command accepts input files with the file types .p7c, .pem, .cer and .crt as well does the cert import command now.

🙏🏻 Thanks 🙏🏻

everybody for testing and feeding back your bug reports.
Shoutouts go to @frob, @solintllc-robert for putting time into submitting PR's.

Changelog