open-consul/agent/connect
Paul Banks 5f405c3277
Fix support for RSA CA keys in Connect. (#6638)
* Allow RSA CA certs for consul and vault providers to correctly sign EC leaf certs.

* Ensure key type ad bits are populated from CA cert and clean up tests

* Add integration test and fix error when initializing secondary CA with RSA key.

* Add more tests, fix review feedback

* Update docs with key type config and output

* Apply suggestions from code review

Co-Authored-By: R.B. Boyer <rb@hashicorp.com>
2019-11-01 13:20:26 +00:00
..
ca Fix support for RSA CA keys in Connect. (#6638) 2019-11-01 13:20:26 +00:00
csr.go Fix support for RSA CA keys in Connect. (#6638) 2019-11-01 13:20:26 +00:00
generate.go
generate_test.go Fix support for RSA CA keys in Connect. (#6638) 2019-11-01 13:20:26 +00:00
parsing.go Fix support for RSA CA keys in Connect. (#6638) 2019-11-01 13:20:26 +00:00
sni.go
sni_test.go
testing_ca.go Fix support for RSA CA keys in Connect. (#6638) 2019-11-01 13:20:26 +00:00
testing_ca_test.go Fix support for RSA CA keys in Connect. (#6638) 2019-11-01 13:20:26 +00:00
testing_spiffe.go
uri.go
uri_agent.go
uri_agent_test.go
uri_service.go
uri_service_test.go
uri_signing.go
uri_signing_test.go
uri_test.go