fixtures

package
v1.19.0 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

README

Security Go(lang) Testing

The files below are only used for our Go test framework for making sure the simulated vCenter Server (vcsim) is able to authenticate in a secure manner. The files don't actually access any valid resource anywhere. These files include:

  • ca.key
  • ca.pem
  • server.csr
  • server.key
  • server.pem
  • invalid.pem

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// CaCertPath is the filepath to a certificate that can be used as a CA
	// certificate.
	CaCertPath string
	// ServerCertPath is the filepath to a leaf certifiacte signed by the CA at
	// `CaCertPath`.
	ServerCertPath string
	// ServerKeyPath is the filepath to the private key for the ceritifiacte at
	// `ServerCertPath`.
	ServerKeyPath string
	// InvalidCertPath is the filepath to an invalid certificate.
	InvalidCertPath string
)

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