Archives for Software Dev - Page 10

Certbot with Apache

certbot and apache Prelim Concepts A .pfx file is a PKCS#12 archive. Typically, a PKCS#12 archive contains a certificate (possibly with its assorted set of CA certificates) and the corresponding private key. A .cert (or .cer or .crt)…
Continue Reading

Apache on EC2

This is a short post summarizing some issues I encountered while installing apache on an EC2 - running amazon linux 2. (Also read Configuring Apache and Certbot. Also read -…
Continue Reading

Git basics

This is a work in Repository versus Project A repository is your whole project (directories and files) that you clone on your computer. Project versus Branching A branch is a version of your repository, or in…
Continue Reading