Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 109 of 109 for openjsse (0.3 sec)

  1. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// where the only currently supported type is "sha256". This is a hex-encoded
    	// SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded
    	// ASN.1. These hashes can be calculated using, for example, OpenSSL.
    	// +optional
    	CACertHashes []string `json:"caCertHashes,omitempty" datapolicy:"security-key"`
    
    	// UnsafeSkipCAVerification allows token-based discovery
    	// without CA verification via CACertHashes. This can weaken
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/types.go

    	// where the only currently supported type is "sha256". This is a hex-encoded
    	// SHA-256 hash of the Subject Public Key Info (SPKI) object in DER-encoded
    	// ASN.1. These hashes can be calculated using, for example, OpenSSL.
    	CACertHashes []string
    
    	// UnsafeSkipCAVerification allows token-based discovery
    	// without CA verification via CACertHashes. This can weaken
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  3. hack/local-up-cluster.sh

        # Generate ServiceAccount key if needed
        if [[ ! -f "${SERVICE_ACCOUNT_KEY}" ]]; then
          mkdir -p "$(dirname "${SERVICE_ACCOUNT_KEY}")"
          openssl genrsa -out "${SERVICE_ACCOUNT_KEY}" 2048 2>/dev/null
        fi
    }
    
    function generate_certs {
        # Create CA signers
        if [[ "${ENABLE_SINGLE_CA_SIGNER:-}" = true ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    In the following example, the build file defines `OpenSSL` as a dependency of `libUtil` and `libUtil` as a dependency of `LinuxApp` and `WindowsApp`. Test suites are treated similarly. Dependents can be thought of as reverse dependencies.
    
    .Dependent Components Example
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    One way of generating a Base64-encoded AES-compatible key is by using a command like this:
    
    ```
    ❯ openssl rand -base64 16
    ```
    
    This command should work on Linux, Mac OS, or on Windows, if using a tool like Cygwin.
    
    You can then use the Base64-encoded key produced by that command and set it as the value of the
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.6.3.min.js

    /*! jQuery v3.6.3 | (c) OpenJS Foundation and other contributors | jquery.org/license */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.js

    /*! jQuery v3.6.3 | (c) OpenJS Foundation and other contributors | jquery.org/license */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 87.8K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    * Fix `kubeadm upgrade plan` for offline operation: ignore errors when trying to fetch latest versions from dl.k8s.io ([#54016](https://github.com/kubernetes/kubernetes/pull/54016), [@praseodym](https://github.com/praseodym))
    * Add openssh-client back into the hyperkube image. This allows the gitRepo volume plugin to work properly. ([#54250](https://github.com/kubernetes/kubernetes/pull/54250), [@ixdy](https://github.com/ixdy))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  9. RELEASE.md

            `Dataset.output_{types,shapes,classes}`.
        *   Make `num_parallel_calls` of `tf.data.Dataset.interleave` and
            `tf.data.Dataset.map` work in Eager mode.
    *   Toolchains
        *   Fixed OpenSSL compatibility by avoiding `EVP_MD_CTX_destroy`.
        *   Added bounds checking to printing deprecation warnings.
        *   Upgraded CUDA dependency to 10.0
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top