mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-10 03:51:10 +01:00
* Do not set use_csr_values when issuing ACME certs Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Ensure CSRs with Basic Constraints are rejected Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Add test to ensure CA certificates cannot be issued Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> * Update builtin/logical/pkiext/pkiext_binary/acme_test.go Co-authored-by: Steven Clark <steven.clark@hashicorp.com> * Update builtin/logical/pkiext/pkiext_binary/acme_test.go Co-authored-by: Steven Clark <steven.clark@hashicorp.com> * Update acme_test.go to include certutil * Update acme_test.go - unused imports, reformat * Update acme_test.go - hex really was used This is why I can't use the GH web editor. :-) --------- Signed-off-by: Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
Vault SDK libs
This package provides the sdk package which contains code useful for
developing Vault plugins.
Although we try not to break functionality, we reserve the right to reorganize
the code at will and may occasionally cause breaks if they are warranted. As
such we expect the tag of this module will stay less than v1.0.0.
For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.