# Constants

CACertPEM is a valid test CA certificate.
CTLogIDBase64 is the log ID that corresponds to the test keys.
CTLogKeyPassword is the password for the test key.
CTLogPrivateKeyPEM is an ECDSA private key for log tests.
CTLogPublicKeyPEM is the corresponding public key.
FakeCACertPEM is a test CA cert for testing.
FakeIntermediateCertPEM is a test intermediate CA cert.
FakeIntermediateWithInvalidNameConstraintsCertPEM is an intermediate CA cert that includes a critical NameConstraints extension that disallows the leaf below; based on ../../testdata/int-ca.cert.
FakeIntermediateWithNameConstraintsCertPEM is an intermediate CA cert that includes a critical NameConstraints extension that disallows the leaf below; based on ../../testdata/int-ca.cert.
FakeIntermediateWithPolicyConstraintsCertPEM is an intermediate CA cert that includes a critical PolicyConstraints extension; based on ../../testdata/int-ca.cert.
FakeRootCACertPEM is a root CA taken from ../../testdata/fake-ca.cert.
LeafCertPEM is a leaf cert signed by the key in: - FakeIntermediateWithPolicyConstraintsCertPEM - FakeIntermediateWithNameConstraintsCertPEM - FakeIntermediateWithInvalidNameConstraintsCertPEM adapted from ../../testdata/leaf01.cert.
LeafSignedByFakeIntermediateCertPEM is a test cert signed by the intermediate CA.
PrecertPEMValid is a test certificate containing a valid CT precertificate extension.
RealPrecertIntermediatePEM is the intermediate issuer for RealPrecertWithEKUPEM, below.
RealPrecertWithEKUPEM is an actual precertificate containing a valid EKU.
TestCertPEM is a certificate issued by CACertPEM, no CT extensions.