Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for cfssl (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/authentication/request/x509/testdata/generate.sh

    # limitations under the License.
    
    cfssl gencert -initca root.csr.json | cfssljson -bare root
    
    cfssl gencert -initca intermediate.csr.json | cfssljson -bare intermediate
    cfssl sign -ca root.pem -ca-key root-key.pem -config intermediate.config.json intermediate.csr | cfssljson -bare intermediate
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 23 02:28:04 UTC 2019
    - 1.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/options/testdata/generate.sh

    # limitations under the License.
    
    cfssl gencert -initca root.csr.json | cfssljson -bare root
    
    cfssl gencert -initca intermediate.csr.json | cfssljson -bare intermediate
    cfssl sign -ca root.pem -ca-key root-key.pem -config intermediate.config.json intermediate.csr | cfssljson -bare intermediate
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 01 13:50:20 UTC 2019
    - 1.2K bytes
    - Viewed (0)
  3. pkg/kubeapiserver/options/testdata/generate.sh

    # limitations under the License.
    
    cfssl gencert -initca root.csr.json | cfssljson -bare root
    
    cfssl gencert -initca intermediate.csr.json | cfssljson -bare intermediate
    cfssl sign -ca root.pem -ca-key root-key.pem -config intermediate.config.json intermediate.csr | cfssljson -bare intermediate
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 01 13:50:20 UTC 2019
    - 1.2K bytes
    - Viewed (0)
  4. hack/lib/util.sh

          Linux)
            curl --retry 10 -L -o cfssl https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl_1.5.0_linux_amd64
            curl --retry 10 -L -o cfssljson https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssljson_1.5.0_linux_amd64
            ;;
          Darwin)
            curl --retry 10 -L -o cfssl https://github.com/cloudflare/cfssl/releases/download/v1.5.0/cfssl_1.5.0_darwin_amd64
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/storage/etcd3/testing/testingcert/certificates.go

    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package testingcert
    
    // You can use cfssl tool to generate certificates, please refer
    // https://github.com/etcd-io/etcd/tree/main/hack/tls-setup for more details.
    //
    // ca-config.json:
    //
    //	expiry was changed from 1 year to 100 years (876000h)
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 16 06:50:02 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  6. cluster/gce/util.sh

      GEN_ETCD_CA_CERT="${etcd_apiserver_ca_cert}" GEN_ETCD_CA_KEY="${etcd_apiserver_ca_key}" \
        generate-etcd-cert "${KUBE_TEMP}/cfssl" "${hostServer}" "server" "etcd-apiserver-server"
        generate-etcd-cert "${KUBE_TEMP}/cfssl" "${hostClient}" "client" "etcd-apiserver-client"
    
      pushd "${KUBE_TEMP}/cfssl"
      ETCD_APISERVER_CA_KEY_BASE64=$(base64 "ca-key.pem" | tr -d '\r\n')
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  7. cluster/common.sh

        export KUBE_MANIFESTS_TAR
      fi
    
      # the function result is used in function `verify-release-tars`
      if [[ $find_result == 0 ]]; then
        return 0
      else
        return 1
      fi
    }
    
    # Run the cfssl command to generates certificate files for etcd service, the
    # certificate files will save in $1 directory.
    #
    # Optional vars:
    #   GEN_ETCD_CA_CERT (CA cert encode with base64 and ZIP compression)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 17 15:36:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  8. hack/local-up-cluster.sh

      kube::etcd::validate
    fi
    
    if [[ "${START_MODE}" != "kubeletonly" ]]; then
      test_apiserver_off
    fi
    
    kube::util::test_openssl_installed
    kube::util::ensure-cfssl
    
    ### IF the user didn't supply an output/ for the build... Then we detect.
    if [ "${GO_OUT}" == "" ]; then
      detect_binary
    fi
    echo "Detected host and ready to start services.  Doing some housekeeping first..."
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  9. cluster/get-kube.sh

    # See the License for the specific language governing permissions and
    # limitations under the License.
    
    # Bring up a Kubernetes cluster.
    # Usage:
    #   wget -q -O - https://get.k8s.io | bash
    # or
    #   curl -fsSL https://get.k8s.io | bash
    #
    # Advanced options
    #  Set KUBERNETES_PROVIDER to choose between different providers:
    #  Google Compute Engine [default]
    #   * export KUBERNETES_PROVIDER=gce; wget -q -O - https://get.k8s.io | bash
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 18 22:47:29 UTC 2023
    - 9K bytes
    - Viewed (0)
  10. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    github.com/cloudflare/backoff,v0.0.0-20161212185259-647f3cdfc87a,h1:8d1CEOF1xldesKds5tRG3tExBsMOgWYownMHNCsev54=,2aea6d1528c42cf5f111e035bba564fd0481cb4ddb3b50f783f2481d855947cb
    github.com/cloudflare/cfssl,v1.4.0,h1:TdyQbj/bDUMUHf2IkcHU2EHUmzCmRLuJ3fFd8EYMg1E=,845fc5f4a7f4c2356d676916fdd7b4b2217b76c8f9b7a960290ab8884d6f8e0e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
Back to top