mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
87699eca2f
* 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>
7 lines
188 B
Bash
7 lines
188 B
Bash
#!/bin/bash
|
|
|
|
set -eEuo pipefail
|
|
|
|
gen_envoy_bootstrap s1 19000 primary
|
|
retry_default docker_consul primary curl -s "http://localhost:8500/v1/catalog/service/consul?dc=secondary" >/dev/null
|