Using environment variables with Django
It is important to keep sensitive bits of code like API keys and database credentials away from others. The best way to do this is to not put them on
It is important to keep sensitive bits of code like API keys and database credentials away from others. The best way to do this is to not put them on
As a developer or dev-ops you need to access many servers or hosts via ssh, usually you are doing this like the following: …
In some cases you have to renew your certificate without changing your private key. and as we know letsencrypt generate new key for each certificate so if you want to keep the same key you have to follow this article: …
Continue readingRenew Letsencrypt Certificate Without Changing Private Key [CSR]