Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tlsKeyFile (0.11 sec)

  1. pilot/pkg/model/test/mockopenidserver.go

    	// this is used to simulate network errors and test the refresh logic in jwks resolver.
    	ReturnReorderedKeyAfterFirstNumHits uint64
    
    	// If both TLSKeyFile and TLSCertFile are set, Start() will attempt to start a HTTPS server.
    	TLSKeyFile  string
    	TLSCertFile string
    
    	// Artificious delay added by the mock server on handling requests
    	timeout time.Duration
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 09:47:21 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. pilot/cmd/pilot-discovery/app/cmd.go

    	c.PersistentFlags().StringVar(&serverArgs.ServerOptions.TLSOptions.CertFile, "tlsCertFile", "",
    		"File containing the x509 Server Certificate")
    	c.PersistentFlags().StringVar(&serverArgs.ServerOptions.TLSOptions.KeyFile, "tlsKeyFile", "",
    		"File containing the x509 private key matching --tlsCertFile")
    	c.PersistentFlags().StringSliceVar(&serverArgs.ServerOptions.TLSOptions.TLSCipherSuites, "tls-cipher-suites", nil,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 12 16:44:32 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  3. tests/integration/security/file_mounted_certs/main_test.go

                  value: "--tlsCertFile=/server-certs/cert-chain.pem"
                - path: spec.template.spec.containers.[name:discovery].args[1003]
                  value: "--tlsKeyFile=/server-certs/key.pem"
                - path: spec.template.spec.volumes[-1]
                  value: |-
                    name: server-certs
                    secret:
                      secretName: ` + PilotSecretName + `
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top