testcerts

package
v0.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	//go:embed 2048b-rsa-example-cert.pem
	CertRSA2048PEM []byte

	//go:embed 2048b-rsa-example-keypair.pem
	CertRSA2048KeyPEM []byte

	//go:embed 2048b-rsa-example-keypair.der
	CertRSA2048KeyDER []byte

	CertRSA2048B64 string
	RSA2048        *rsa.PrivateKey
	CertRSA2048    *x509.Certificate
)
View Source
var (
	//go:embed 4096b-rsa-example-cert.pem
	CertRSA4096PEM []byte

	//go:embed 4096b-rsa-example-keypair.pem
	CertRSA4096KeyPEM []byte

	//go:embed 4096b-rsa-example-keypair.der
	CertRSA4096KeyDER []byte

	CertRSA409B64 string
	RSA4096       *rsa.PrivateKey
	CertRSA4096   *x509.Certificate
)
View Source
var (
	//go:embed chain-example-intermediate-cert.pem
	ChainExampleIntermediatePEM []byte

	//go:embed chain-example-intermediate-keypair.pem
	ChainExampleIntermediateKeyPEM []byte

	//go:embed chain-example-intermediate-keypair.der
	ChainExampleIntermediateKeyDER []byte

	ChainExampleIntermediateB64 string
	ChainExampleIntermediate    *x509.Certificate
	ChainExampleIntermediateRSA *rsa.PrivateKey

	//go:embed chain-example-leaf-cert.pem
	ChainExampleLeafPEM []byte

	//go:embed chain-example-leaf-keypair.der
	ChainExampleLeafDER []byte

	ChainExampleLeafB64 string
	ChainExampleLeaf    *x509.Certificate
	ChainExampleLeafRSA *rsa.PrivateKey
)
View Source
var CACertPEM []byte

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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