Skip to content

Safe v0.0.23

Compare
Choose a tag to compare
@jhunt jhunt released this 16 Aug 15:11
· 486 commits to master since this release

New Features

  • Added safe dhparam for generating randomized DH params,
    and storing the PEM data in the secret backend.
  • safe get can now be used to get a single key from a path,
    using the format safe get secret/path/to/thing:key. Similarly,
    this notation can be used for things like safe export, and
    safe copy.

Improvements

  • safe crl-pem and safe ca-pem now support a path argument,
    triggering safe to store the corresponding PEM data in the
    secret backend, at path.

Bug Fixes

  • safe cert no longer stomps on pre-existing values stored
    in the path at which the cert is being generated.