During the upcoming AWS re:INVENT 2017 conference in Las Vegas (Nov. 27th – Dec. 1st), Amazon is going to present a major change to its cloud offering, one with enormous ramifications! Yes, you read that right—and yes, that exclamation mark is fully justified.
A cybersec showdown of the clouds: cyber security on AWS versus Microsoft Azure
[Updated May 16, 2018] AWS and Microsoft, the two leaders in the race for the best cloud infrastructure, have recognized cyber security as a barrier of adoption. Cyber security professionals are weary of migrating workloads into public cloud environments as it may carry significant risks. Thus, Amazon and Microsoft have developed specialized services to help safeguard users’ cloud infrastructure and data.
This post discusses ways to mitigate cyber threats and launch a cyber defense on AWS and Azure.
How to set up a mail server on AWS EC2 using open source software
When running your own mail server you have complete control over its performance and reliability. Here is how to get started with an open-source mail server on AWS EC2.
How to verify the remaining validity of your letsencrypt certificates
In order to figure out how many days your letsencrypt certificates have left, you could check an online services such as:
https://www.ssllabs.com/ssltest/index.html
However, that won’t work for a mail server that’s not also running a web server using the same certificate.
In this case, your best bet is to check the certificate file directly using the openssl command as follows:
openssl x509 -noout -dates -in /etc/letsencrypt/live/smtp.yourmailserverdomainname.com/cert.pem
Maximize your PHP session security by fixing errors and closing the session adoption vulnerability that allows session fixation attacks
When the server can’t write to the session data directory, if will use /var/cache/nginx/fastcgi_temp/ and complain in the error log. You don’t want any of these errors, but a setting considered insecure will not even be reported as such. Here is how to bolster your PHP 7 session security with NGINX and php-fpm.
- « Previous Page
- 1
- …
- 5
- 6
- 7
- 8
- 9
- …
- 15
- Next Page »