Tag: SSL

SSL (Secure Sockets Layer) is a cryptographic protocol that provides secure communication over the internet by encrypting data transmitted between a web server and a web browser, ensuring confidentiality and integrity of information.

  • Create certificate for localhost domains on macOS

    Create certificate for localhost domains on macOS

    By

    in ,

    The following steps describes how to create a certificate for localhost domains for a local webserver on macOS. Step 1: create a self-signed root certificate First, let’s create a self-signed root certificate: The parameter -days 390 sets the number of days, this certificate is valid. Starting on September 1st (2020), SSL/TLS certificates cannot be issued…

    Read more