Skip to content

Releases: EventStore/es-gencert-cli

1.3.0

08 Mar 14:02
9b364b1
Compare
Choose a tag to compare

Changelog

  • 9b364b1 Add create-user command to generate user certificates [DB-594] (#23)
  • 506236c Merge pull request #21 from EventStore/huynhhuuloc129/ignore-existing-certs-when-generating-from-yaml
  • 0541b6b Override existing certs when generating from yaml

1.2.1

07 Nov 11:46
a729dcb
Compare
Choose a tag to compare

Changelog

  • 4b411c9 Fix naming and publishing

1.2.0

19 Oct 09:56
c83127e
Compare
Choose a tag to compare

** Warning **

The assets names of this release are broken and will be fixed in the 1.2.1 release.

Changelog

  • 51851f0 - use boringcrypto to generate fips compliant certificates - ioutil is deprecated, replace with os - add unit tests
  • b4d086e Accept common name as a command line option
  • 1505a8c Adding arm64 (#11)
  • 017ebc9 Generate CA & Node certificates using a config yaml file
  • 93c4c27 Merge pull request #16 from EventStore/configure_common_name
  • d9a7b8c Merge pull request #17 from EventStore/config_yml
  • a0c75d5 Merge pull request #19 from markacola/add-working-dir-to-docker-image
  • c83127e Merge pull request #20 from EventStore/kunaldhingra/db-149-generate-fips-compliant-certificates-in-our-tools
  • aaa461d add working dir to docker image
  • 43d8515 update help text with common-name option

1.1.0

08 Nov 16:11
2594180
Compare
Choose a tag to compare

Changelog

5389768 Added -dns-names localhost param in README and docker-compose.yml to show how to use cert tool to have localhost working both on Linux and Windows
fa5065b Merge pull request #5 from EventStore/alexeyzimarev-patch-1
3ac577d Merge pull request #7 from EventStore/windows_localhost_certificate_issue
81dd255 Merge pull request #8 from rastrup/patch-1
2594180 Merge pull request #9 from EventStore/int-med-crt
9ea7835 Replaced deprecated set-env with new environment setup. See https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#environment-files
90bb673 Support creating intermediate CA
45e2f15 Update README.md
da95a0b Update README.md
7f09019 Update README.md

1.0.2

27 Aug 11:22
c742df7
Compare
Choose a tag to compare

Changelog

c742df7 Merge pull request #4 from thefringeninja/luser
bd09028 do not run as root

1.0.1

12 Aug 10:10
5a1f0af
Compare
Choose a tag to compare

Changelog

8058f65 Added the container file and push job
568f28e Lowercase the repository name to comply with github actions
0e7e9a6 Merge pull request #1 from EventStore/alexey/docker-image
5a1f0af Merge pull request #2 from EventStore/lowercase

1.0.0

10 Aug 12:10
Compare
Choose a tag to compare

Changelog

446fd3f Initial commit