func TestCertListOrder(t *testing.T) { … } func TestCAPointersValid(t *testing.T) { … } func TestMakeCertTree(t *testing.T) { … } func TestCreateCertificateChain(t *testing.T) { … } func parseCertAndKey(basePath string, t *testing.T) (*x509.Certificate, crypto.PrivateKey) { … } func TestCreateKeyAndCSR(t *testing.T) { … } func TestGetConfig(t *testing.T) { … }