Documentation ¶
Index ¶
- func AdaptFunc(monitor mntr.Monitor, namespace string, clients []string, ...) (zitadel.QueryFunc, zitadel.DestroyFunc, error)
- func NewCA() (*rsa.PrivateKey, []byte, error)
- func NewClient(caPrivKey *rsa.PrivateKey, ca []byte, user string) (*rsa.PrivateKey, []byte, error)
- func NewNode(caPrivKey *rsa.PrivateKey, ca []byte, namespace string, clusterDns string) (*rsa.PrivateKey, []byte, error)
- func PEMDecodeKey(data []byte) (*rsa.PrivateKey, error)
- func PEMEncodeCertificate(data []byte) ([]byte, error)
- func PEMEncodeKey(key *rsa.PrivateKey) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClient ¶
func NewClient(caPrivKey *rsa.PrivateKey, ca []byte, user string) (*rsa.PrivateKey, []byte, error)
func NewNode ¶
func NewNode(caPrivKey *rsa.PrivateKey, ca []byte, namespace string, clusterDns string) (*rsa.PrivateKey, []byte, error)
func PEMDecodeKey ¶
func PEMDecodeKey(data []byte) (*rsa.PrivateKey, error)
func PEMEncodeCertificate ¶
func PEMEncodeKey ¶
func PEMEncodeKey(key *rsa.PrivateKey) ([]byte, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.