SECURITY: Remove dhparam.pem from NGINX tree and skip over all .pem (key) files with .gitignore #1
Loading…
Reference in a new issue
No description provided.
Delete branch "phantom/etc-configs:selfhost"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello. I believe you accidentally pushed a private key onto your Git repository (dhparam.pem), so I removed it and added a line in your .gitignore to skip over all private keys automatically.
I didn't read over the file contents. I now see that it's a parameter file, not a private key.
Pull request closed