keys

package
v1.16.2-pipedrive Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const JWSKey = "keys/testdata/jws.key"

JWSKey is path to the key for signing ID tokens.

View Source
const TLSCACert = "keys/testdata/ca.crt"

TLSCACert is path to the CA certificate. This should be generated by Makefile before test.

View Source
const TLSServerCert = "keys/testdata/server.crt"

TLSServerCert is path to the server certificate. This should be generated by Makefile before test.

View Source
const TLSServerKey = "keys/testdata/server.key"

TLSServerKey is path to the server key. This should be generated by Makefile before test.

Variables

View Source
var JWSKeyPair *rsa.PrivateKey

JWSKeyPair is the key pair loaded from JWSKey.

View Source
var TLSCACertAsBase64 string

TLSCACertAsBase64 is a base64 encoded string of TLSCACert.

View Source
var TLSCACertAsConfig = &tls.Config{RootCAs: x509.NewCertPool()}

TLSCACertAsConfig is a TLS config including TLSCACert.

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