|
You are here |
www.kencochrane.com | ||
| | | | |
zaries.wordpress.com
|
|
| | | | | There are thousands of articles and entries in stackexchange but none of them worked for me out of the box. So after hours of battling with this issue here is my short recipe. Create the Root Key: openssl genrsa -out rootCA.key 2048 Self-sign this root certificate: openssl req -x509 -new -nodes -key rootCA.key -sha256 -days... | |
| | | | |
jan.wildeboer.net
|
|
| | | | | 0. The Journey - The basics and outlook (on the series, not the Microsoft mail client ;) 1. Postfix - the in and out, so to say. The robust, battle-hardened connection point for other mail servers on the internet to send emails to and receive emails from your domain(s). Also known as the MTA, the Mail Transfer Agent. 2. Dovecot - where you and your users talk to to get emails to their mail client, be it your smartphone, a mail client on your computer or just even the command line. It's the IMAP server. 3. DKIM/DMARC/SPF - Just having postfix and dovecot up and running isn't enough. We will also look at user authentication, letsencrypt certificates, DKIM, DMARC, SPF and the daily checks to make sure everything is humming along nicely. 4. The final stuff - How... | |
| | | | |
younes.codes
|
|
| | | | | Learn how to run Rails over HTTPS on localhost, in development environment. | |
| | | | |
www.zufallsheld.de
|
|
| | | UPDATE: Google no longer supports spdy. Instead it focuses on http/2. This blog-post is no longerup-to-date. Today I tested nginx with Google's spdy implementation.I already tested pagespeed separatly in a different post that showed the speed-boost gained from it. Now to add the security for you ... | ||