Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 382 for ca (0.12 sec)

  1. src/main/java/org/codelibs/fess/es/log/cbean/bs/BsClickLogCB.java

    import org.codelibs.fess.es.log.bsentity.dbmeta.ClickLogDbm;
    import org.codelibs.fess.es.log.cbean.ClickLogCB;
    import org.codelibs.fess.es.log.cbean.ca.ClickLogCA;
    import org.codelibs.fess.es.log.cbean.ca.bs.BsClickLogCA;
    import org.codelibs.fess.es.log.cbean.cq.ClickLogCQ;
    import org.codelibs.fess.es.log.cbean.cq.bs.BsClickLogCQ;
    import org.dbflute.cbean.ConditionQuery;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.9K bytes
    - Viewed (0)
  2. istioctl/pkg/workload/testdata/vmconfig-nil-proxy-metadata/root-cert.pem.golden

    fake-CA-cert...
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Jun 15 15:02:17 GMT 2023
    - 12 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/cbean/bs/BsFileConfigCB.java

    import org.codelibs.fess.es.config.bsentity.dbmeta.FileConfigDbm;
    import org.codelibs.fess.es.config.cbean.FileConfigCB;
    import org.codelibs.fess.es.config.cbean.ca.FileConfigCA;
    import org.codelibs.fess.es.config.cbean.ca.bs.BsFileConfigCA;
    import org.codelibs.fess.es.config.cbean.cq.FileConfigCQ;
    import org.codelibs.fess.es.config.cbean.cq.bs.BsFileConfigCQ;
    import org.dbflute.cbean.ConditionQuery;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 8.2K bytes
    - Viewed (0)
  4. helm/minio/templates/servicemonitor.yaml

      annotations: {{- toYaml .Values.metrics.serviceMonitor.annotations | nindent 4 }}
      {{- end }}
    spec:
      endpoints:
        {{- if .Values.tls.enabled }}
        - port: https
          scheme: https
          tlsConfig:
            ca:
              secret:
                name: {{ .Values.tls.certSecret }}
                key: {{ .Values.tls.publicCrt }}
            serverName: {{ template "minio.fullname" . }}
        {{- else }}
        - port: http
          scheme: http
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Apr 17 06:04:15 GMT 2023
    - 3.8K bytes
    - Viewed (0)
  5. istioctl/pkg/writer/envoy/configdump/testdata/secret/output

    default           Cert Chain     ACTIVE     false          6fbee254c22900615cb1f74e3d2f1713     2023-05-16T01:32:52Z     2023-05-15T01:30:52Z
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Jun 06 15:14:48 GMT 2023
    - 416 bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionAggregation.java

             * @param op The option of condition to be set up. (NotNull)
             */
            void callback(OP op);
        }
    
        @FunctionalInterface
        public interface OperatorCall<CA extends EsAbstractConditionAggregation> {
    
            void callback(CA query);
        }
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 12.4K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/compare/sds/util.go

    	caDataSecret := secretTyped.
    		GetValidationContext().
    		GetTrustedCa().
    		GetInlineBytes()
    
    	// seems as though the most straightforward way to tell whether this is a root ca or not
    	// is to check whether the inline bytes of the cert chain or the trusted ca field is zero length
    	if len(certChainSecret) > 0 {
    		builder.Data(string(certChainSecret))
    	} else if len(caDataSecret) > 0 {
    		builder.Data(string(caDataSecret))
    	}
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Jun 06 15:14:48 GMT 2023
    - 6.6K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsUserCB.java

    import org.codelibs.fess.es.user.allcommon.EsAbstractConditionBean;
    import org.codelibs.fess.es.user.bsentity.dbmeta.UserDbm;
    import org.codelibs.fess.es.user.cbean.UserCB;
    import org.codelibs.fess.es.user.cbean.ca.UserCA;
    import org.codelibs.fess.es.user.cbean.ca.bs.BsUserCA;
    import org.codelibs.fess.es.user.cbean.cq.UserCQ;
    import org.codelibs.fess.es.user.cbean.cq.bs.BsUserCQ;
    import org.dbflute.cbean.ConditionQuery;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 9.7K bytes
    - Viewed (0)
  9. src/main/java/org/codelibs/fess/es/user/cbean/bs/BsRoleCB.java

    import org.codelibs.fess.es.user.allcommon.EsAbstractConditionBean;
    import org.codelibs.fess.es.user.bsentity.dbmeta.RoleDbm;
    import org.codelibs.fess.es.user.cbean.RoleCB;
    import org.codelibs.fess.es.user.cbean.ca.RoleCA;
    import org.codelibs.fess.es.user.cbean.ca.bs.BsRoleCA;
    import org.codelibs.fess.es.user.cbean.cq.RoleCQ;
    import org.codelibs.fess.es.user.cbean.cq.bs.BsRoleCQ;
    import org.dbflute.cbean.ConditionQuery;
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 6.3K bytes
    - Viewed (0)
  10. helm/minio/README.md

    For instance, given that TLS is enabled and you need to add trust for MinIO's own CA and for the CA of a Keycloak server, a Kubernetes secret can be created from the certificate files using `kubectl`:
    
    ```
    kubectl -n minio create secret generic minio-trusted-certs --from-file=public.crt --from-file=keycloak.crt
    ```
    
    If TLS is not enabled, you would need only the third party CA:
    
    ```
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed Jan 24 07:27:57 GMT 2024
    - 10.9K bytes
    - Viewed (0)
Back to top