How to Setup Nginx with Let's Encrypt on Ubuntu 20.04

How to Setup Nginx with Let's Encrypt on Ubuntu 20.04 This tutorial describes how to setup a free SSL certificate issued by Let's Encrypt on Ubuntu 20.04 LTS Server running Nginx.

Promote the mobile application in 13 steps

Promote the mobile application in 13 steps During this article, we set out to approach a complete study on the subject. We have divided this article into two categories.

Devops resources

Devops resources This article is a journal about the best resources that I've read about devops. I update constantly the list, so stay ahead and follow me.

Complete list with reading resources and free books

Complete list with reading resources and free books A complete list with reading resources and free books for either students, developers and all types of readers

Asymmetric encryption (Public-key cryptography) with Node.js

Asymmetric encryption (Public-key cryptography) with Node.js In an asymmetric key encryption scheme, anyone can encrypt messages using a public key, but only the holder of the paired private key can decrypt such a message. The security of the system depends on the secrecy of the private key, which must not become known to any other.