Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ParsePrivateKey (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/kms/config.go

    			return nil, errors.New("kms: no KMS server endpoint provided")
    		}
    		endpoints, err := expandEndpoints(rawEndpoint)
    		if err != nil {
    			return nil, err
    		}
    
    		key, err := mtls.ParsePrivateKey(env.Get(EnvKMSAPIKey, ""))
    		if err != nil {
    			return nil, err
    		}
    
    		var rootCAs *x509.CertPool
    		if opts != nil && opts.CADir != "" {
    			rootCAs, err = certs.GetRootCAs(opts.CADir)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 15K bytes
    - Click Count (0)
Back to Top