Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Releases: Luzifer/vault-openvpn

v1.3.0

27 May 08:34
v1.3.0
ffc5449
Compare
Choose a tag to compare
  • revoke all existing certificates for FQDN instead of only first one (Thanks @wimfabri)

v1.2.0

13 Jan 13:03
v1.2.0
06a6e46
Compare
Choose a tag to compare
  • Allow sorting by date instead of FQDN

Attention - Download format changed with this release: Files are now wrapped inside an archive to reduce file size and preserve permissions.

v1.1.2

10 Nov 20:13
v1.1.2
0e3fbc7
Compare
Choose a tag to compare
  • Add dockerized version
    (This version otherwise contains no code changes and is identical to v1.1.1)

v1.1.1

10 Oct 08:22
v1.1.1
20f71ab
Compare
Choose a tag to compare
  • Fix: Don't panic on non existent PKI path (#3)

v1.1.0

04 May 12:11
v1.1.0
a7b4bb8
Compare
Choose a tag to compare
  • Allow path to templates to be configured

v1.0.0

04 May 10:45
v1.0.0
bf3f4fa
Compare
Choose a tag to compare

This is a major release as it modified the default behaviour:

  • Certificates are not longer listed when creating a new config but instead there is a list command for this
  • Revoked certificates are never listed
  • Option to revoke older certificates with the same FQDN is now enabled by default

Other changes:

  • Add Github releases building
  • Allow defining default config on disk
    (Configuration is to be written to ~/.config/vault-openvpn.yaml)
  • Add list and revoke-serial commands