Skip to content

Releases: dvob/pcert

v0.0.13

02 Oct 21:14
Compare
Choose a tag to compare

Changelog

  • Support EC PRIVATE KEY
  • Add new show command pcert show file.pem
  • Add new connect command pcert connect example.com:443

v0.0.12

04 Feb 13:10
Compare
Choose a tag to compare

Changelog

v0.0.11

17 Dec 21:39
Compare
Choose a tag to compare

Changelog

6e9638a Update go.mod

v0.0.10

16 Dec 17:13
Compare
Choose a tag to compare

Changelog

d53ff30 Do not rely on PEM block type in parse

v0.0.9

16 Dec 17:03
Compare
Choose a tag to compare

Changelog

f34b157 Update cobra

v0.0.8

01 Jul 21:10
Compare
Choose a tag to compare

Changelog

  • Bug fixes and better error handling

v0.0.7

25 Jun 18:31
Compare
Choose a tag to compare

Changelog

c64be72 Add auto completion support for fish and power shell

v0.0.6

22 Jun 07:22
Compare
Choose a tag to compare

Changelog

8623c2c Rename option --from to --with

v0.0.5

25 Apr 15:51
Compare
Choose a tag to compare

Changelog

551ac95 Fix: CommonName got not set in CSR

v0.0.4

25 Apr 12:24
Compare
Choose a tag to compare

Changelog

  • Add special treatment for the subject option. If --subject and PCERT_SUBJECT are used together they are merged. For parts which can occur only once (CommonName, SerialNumber) the command line flag takes precedence.
  • Add version command pcert version