Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Add Linux/Ubuntu ssl-check shell function instructions #1083

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 3, 2020

  1. Add Linux/Ubuntu instructions for ssl-check

    Add a separate function for ssl-check specifically for Linux.
    tracy-codes authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    b47db64 View commit details
    Browse the repository at this point in the history
  2. Fix start of file

    Remove empty space left by my formatter
    tracy-codes authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    d932f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11cbaf1 View commit details
    Browse the repository at this point in the history
  4. Add comment

    Added a comment for the local_ip variable and the hostname usage
    tracy-codes authored Jan 3, 2020
    Configuration menu
    Copy the full SHA
    1f518ab View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Update Create-a-self-signed-SSL-certificate.md

    Update shell script to create SSL certificate for all IPs found by `hostname`. This improves accuracy when running ssl-check. For instance, if you have a docker network interface, then sometimes the first IP will actually be the docker IP. The ssl-check function would originally fail because of that. This change resolves that failure.
    tracy-codes authored Jan 22, 2020
    Configuration menu
    Copy the full SHA
    b6cb66d View commit details
    Browse the repository at this point in the history