Software Alternatives & Reviews

Yet Another mTLS Tutorial

Traefik Let's Encrypt Apache HTTP Server Go Programming Language cURL
  1. Load Balancer / Reverse Proxy
    Pricing:
    • Open Source
    But we're hip and cool (or at least we like to think so) so we're going to be using the (relatively) new kid on the block Traefik Proxy. I'm sure you can figure out how to install it, by yourself. Do that and come back once you've read up on Traefik's configuration management.

    #Web Servers #Web And Application Servers #Load Balancer / Reverse Proxy 34 social mentions

  2. Let’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG).
    Pricing:
    • Open Source
    First we're going to need a CA. You could go to the trouble of getting a certificate online. If you have two domain names you own, getting certificates from Let's Encrypt is an inexpensive solution. But for our tutorial we'll stick with our local resources. Let's make a CA!

    #Identity And Access Management #Two Factor Authentication #Security & Privacy 312 social mentions

  3. Apache httpd has been the most popular web server on the Internet since April 1996
    Pricing:
    • Open Source
    For our choice of reverse proxy there's always good old Nginx which has a straightforward way to configure mTLS. If you're feeling especially nostalgic you might even find yourself reaching for Apache where you can also configure mTLS.

    #Web And Application Servers #Web Servers #Application Server 50 social mentions

  4. Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
    Pricing:
    • Open Source
    If you're unfamiliar with Golang here's what the above code does:.

    #Programming Language #OOP #Generic Programming Language 292 social mentions

  5. 5
    cURL is a computer software project providing a library and command-line tool for transferring data...
    Pricing:
    • Open Source
    What, did you think we were going to write some HTML and JS code? Do I look like I'm in a masochistic mood? Curl is good enough for our needs. If you don't have it installed, google (or your choice of search engine) is your friend.

    #API Tools #APIs #Developer Tools 105 social mentions

Discuss: Yet Another mTLS Tutorial

Log in or Post with