package
18.0.0-dev.vnet-windows.4+incompatible
Repository: https://github.com/gravitational/teleport.git
Documentation: pkg.go.dev
# Functions
ReadIdentityFromKeyPair reads SSH and TLS identity from key pair.
ReadSSHIdentityFromKeyPair reads identity from initialized keypair.
ReadTLSIdentityFromKeyPair reads TLS identity from key pair.
# Constants
IdentityCurrent is a name for the identity credentials that are currently used by the process.
IdentityReplacement is a name for the identity credentials that are replacing current identity credentials during CA rotation.
UnknownLocalVersion is a sentinel value used to distinguish between InitialLocalVersion being missing from state due to malformed input and InitialLocalVersion being missing due to the state having been created before teleport started recording InitialLocalVersion.
# Structs
Identity is collection of certificates and signers that represent server identity.
IdentityID is a combination of role, host UUID, and node name.
IdentitySpecV2 specifies credentials used by local process.
IdentityV2 specifies local host identity.
StateSpecV2 is a state spec.
StateV2 is a local process state.