Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CaExternalType (0.18 sec)

  1. security/pkg/pki/ra/common.go

    	GetRootCertFromMeshConfig(signerName string) ([]byte, error)
    }
    
    // CaExternalType : Type of External CA integration
    type CaExternalType string
    
    // IstioRAOptions : Configuration Options for the IstioRA
    type IstioRAOptions struct {
    	// ExternalCAType: Integration API type with external CA
    	ExternalCAType CaExternalType
    	// DefaultCertTTL: Default Certificate TTL
    	DefaultCertTTL time.Duration
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 19:57:30 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top