In the process of setting up an SSL certificate for my site, several different files were created,
- server.csr
- server.key
- server.pass.key
- site_name.crt
Should these be added to .gitignore before pushing my site to github?
Apologies in advance if this is a dumb question.