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
- 9a9da09 Bump version
- d240a95 Fix #1171
- 106bce9 Add cert inspect cmd
- def70a3 Fix #1168
- 3bfc3c7 Fix #1165
- eaddf27 Fix #1163
- 5713f47 Fix #1107
- 73e464f Add PDF2.0 conforming fileSpecDict validation
- 0ec9891 Fix #1113
- 087bb73 Fix #1085
- 7aba577 Bump golang.org/x/crypto from 0.37.0 to 0.38.0
- 1636ee9 Bump golang.org/x/image from 0.26.0 to 0.27.0
- 838d76f Bump golang.org/x/text from 0.24.0 to 0.25.0
- f49774f Fix #1152
- f631286 Fix #1149
- a7745cf Fix #1056
- c3d1859 Update Dockerfile
- 26289b2 Fix #1117
- 87eb8c6 Fixed documentation links in README.md
- 35b965c Fix #1119
- e2db5a7 Fix #1142
- a22ca4a Fix #1118