mirror of
https://github.com/clastix/kamaji.git
synced 2026-02-14 18:10:03 +00:00
11 lines
204 B
Go
11 lines
204 B
Go
// Copyright 2022 Clastix Labs
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package etcd
|
|
|
|
const (
|
|
certExpirationDelayYears = 10
|
|
certOrganization = "system:masters"
|
|
certBitSize = 2048
|
|
)
|