package
11.3.4
Repository: https://github.com/zmb3/teleport.git
Documentation: pkg.go.dev

# Functions

AppCertDir returns the path to the user's app cert directory for the given proxy and cluster.
AppCertPath returns the path to the user's TLS certificate for the given proxy, cluster, and app.
AppDir returns the path to the user's app directory for the given proxy.
AppLocalCAPath returns the path to a self-signed localhost CA for the given proxy, cluster, and app.
CAsDir returns path to trusted clusters certificates directory.
DatabaseCertDir returns the path to the user's database cert directory for the given proxy and cluster.
DatabaseCertPath returns the path to the user's TLS certificate for the given proxy, cluster, and database.
DatabaseDir returns the path to the user's database directory for the given proxy.
IdentitySSHCertPath returns the path to the identity file's SSH certificate.
IsProfileKubeConfigPath makes a best effort attempt to check if the given path is a profile specific kubeconfig path generated by this package.
KeyDir returns the path to the keys directory.
KnownHostsPath returns the path to the known hosts file.
KubeCertDir returns the path to the user's kube cert directory for the given proxy and cluster.
KubeCertPath returns the path to the user's TLS certificate for the given proxy, cluster, and kube cluster.
KubeConfigPath returns the path to the user's standalone kubeconfig for the given proxy, cluster, and kube cluster.
KubeDir returns the path to the user's kube directory for the given proxy.
OldSSHCertPath returns the old (before v6.1) path to the profile's ssh certificate.
PPKFilePath returns the path to the user's PuTTY PPK-formatted keypair for the given proxy and cluster.
ProxyKeyDir returns the path to the proxy's keys directory.
PublicKeyPath returns the path to the users's public key for the given proxy.
SSHCertPath returns the path to the users's SSH certificate for the given proxy and cluster.
SSHDir returns the path to the user's SSH directory for the given proxy.
TLSCAsPath returns the path to the users's TLS CA's certificates for the given proxy.
TLSCAsPathCluster returns the path to the specified cluster's CA directory.
TLSCertPath returns the path to the users's TLS certificate for the given proxy.
TrimCertPathSuffix returns the given path with any cert suffix/extension trimmed off.
UserKeyPath returns the path to the users's private key for the given proxy.