certificates

package
v0.0.0-...-c7a7b77 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2026 License: Apache-2.0 Imports: 1 Imported by: 11

Documentation

Index

Constants

View Source
const (
	Organization = "knative.dev"

	//nolint:staticcheck
	LegacyFakeDnsName = "data-plane." + Organization

	//nolint:staticcheck
	// Deprecated: FakeDnsName is deprecated.
	// Please use the DataPlaneRoutingSAN for calls to the Activator
	// and the DataPlaneUserSAN function for calls to a Knative-Service via Queue-Proxy.
	FakeDnsName = LegacyFakeDnsName

	DataPlaneRoutingSAN = "kn-routing"

	// These keys are meant to line up with cert-manager, see
	// https://cert-manager.io/docs/usage/certificate/#additional-certificate-output-formats
	CaCertName     = "ca.crt"
	CertName       = "tls.crt"
	PrivateKeyName = "tls.key"
)

Variables

This section is empty.

Functions

func DataPlaneUserSAN

func DataPlaneUserSAN(namespace string) string

DataPlaneUserSAN constructs a SAN for a data-plane-user certificate in the target namespace of a Knative Service.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL