Can an encrypted RSA key be committed to git?
I have a pair of RSA keys where the private key is encrypted with a passphrase. Would it be a security risk if the public and private keys are committed to version control without any further encryption (like via using Ansible Vault)?
NB: … Continue reading Can an encrypted RSA key be committed to git?