pkg/utils/testing/https.go
exported function GenerateCert should have comment or be unexported Open
Open
func GenerateCert(t *testing.T, isCA bool, host string, signer *x509.Certificate, key *rsa.PrivateKey) (*x509.Certificate, *rsa.PrivateKey) {
- Exclude checks
exported function EncodePEMCert should have comment or be unexported Open
Open
func EncodePEMCert(cert *x509.Certificate) string {
- Exclude checks
exported function EncodePEMKey should have comment or be unexported Open
Open
func EncodePEMKey(key *rsa.PrivateKey) string {
- Exclude checks