71fb0a723e
* copyright headers for agent folder
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
|
|
}
|
|
} |