b204e51263
* 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> |
||
---|---|---|
.. | ||
pkiext_binary | ||
nginx_test.go | ||
README.md | ||
test_helpers.go | ||
zlint_test.go |
What is pkiext
?
pkiext
exists to split the Docker tests into a separate package from the
main PKI tests. Because the Docker tests execute in a smaller runner with
fewer resources, and we were hitting timeouts waiting for the entire PKI
test suite to run, we need to split the larger non-Docker PKI tests from
the smaller Docker tests, to ensure the former can execute.
This package should lack any non-test related targets.