Skip to content

Commit

Permalink
removing debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcdavid committed Jun 13, 2023
1 parent 90fea3c commit f6d066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pki/pem.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func PrivateKeyFromFileWithPassword(filename, password string) (interface{}, err
return rsakey, nil
}

return nil, errors.New("unsupported private key type DAVE")
return nil, errors.New("unsupported private key type")
}

// PublicKeyFromFile reads a PEM-encoded file and returns the public key it
Expand Down

0 comments on commit f6d066e

Please sign in to comment.