So, while initially developing my app, I've stored private keys on a hosted git server. I want to remove these keys from git and manage keys via some other mechanism. How do I remove keys without removing commit history, and without deleting the entire repository altogether?
I can't just remove the keys from the files because the keys will be in previous commits.