Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LibreSSL (0.07 sec)

  1. cluster/gce/util.sh

      local cmd
    
      # we use openssl to generate certs
      kube::util::test_openssl_installed
    
      # ensure a version supported by easyrsa is installed
      if [ "$(openssl version | cut -d\  -f1)" == "LibreSSL" ]; then
        echo "LibreSSL is not supported. Please ensure openssl points to an OpenSSL binary"
        if [ "$(uname -s)" == "Darwin" ]; then
          # We want this print just the way it is
          # shellcheck disable=SC2016
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
Back to top