Skip to content

Releases: primalskill/devcert

v1.3.0 (2024-06-22)

22 Jun 19:26

Choose a tag to compare

Added

  • Added changelog file.
  • Added roadmap file.
  • Uninstall command that removes the CA and all devcert files.

Changed

  • Dropped support for CentOS 8 and added support for CentOS Stream 9 and Rocky Linux.
  • Formatted the readme.md file.
  • Updated Go version and dependencies. The minimum supported Go version for builds is v1.21.

v1.2.0 (2023-07-16)

16 Jul 11:42

Choose a tag to compare

Added

  • Certificate info command

Changed

  • Updated Go version and dependencies. The minimum supported Go version for builds is v1.20.

v1.1.2 (2022-01-16)

16 Jan 08:34

Choose a tag to compare

Changed

  • Fixed buggy regular expression when validating domain names.
  • Fixed CLI messages.

v1.1.0 (2021-11-13)

13 Nov 14:11
65a2f2c

Choose a tag to compare

Added

  • Linux support: Debian, Ubuntu, OpenSUSE, RHEL, CentOS, Fedora, Arch Linux.

Changed

  • Fixed bug adding "multi" suffix to the generated certificates regardless if the certificate contained multiple domains or not.
  • Message formatting fixes.

v1.0.0 (2021-11-11)

11 Nov 16:32
0328a0f

Choose a tag to compare

Added

  • initial commit