Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetOSRootFilePath (0.12 sec)

  1. security/pkg/nodeagent/cafile/cafile.go

    package cafile
    
    import (
    	"istio.io/istio/pkg/security"
    )
    
    // CACertFilePath stores the OS CA certificate file path
    var CACertFilePath = ""
    
    func init() {
    	CACertFilePath = security.GetOSRootFilePath()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 10 21:51:09 UTC 2021
    - 790 bytes
    - Viewed (0)
Back to top