Affected by GO-2024-2688
and 1 other vulnerabilities
GO-2024-2688: KubeVirt NULL pointer dereference flaw in kubevirt.io/kubevirt
GO-2024-2816: kubevirt allows a local attacker to execute arbitrary code via a crafted command in kubevirt.io/kubevirt
package
Version:
v1.0.0-rc.1
Opens a new window with list of versions in this module.
Published: Jun 30, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package triple generates key-certificate pairs for the
triple (CA, Server, Client).
-
type KeyPair
-
func NewCA(name string, duration time.Duration) (*KeyPair, error)
-
func NewClientKeyPair(ca *KeyPair, commonName string, organizations []string, duration time.Duration) (*KeyPair, error)
-
func NewServerKeyPair(ca *KeyPair, commonName, svcName, svcNamespace, dnsDomain string, ...) (*KeyPair, error)
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.