mirror of
https://github.com/status-im/consul.git
synced 2025-02-13 14:16:35 +00:00
10 lines
171 B
HCL
10 lines
171 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
connect {
|
|
enabled = true
|
|
ca_config {
|
|
private_key_type = "rsa"
|
|
private_key_bits = 2048
|
|
}
|
|
} |