Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGenRootCertFromExistingKey (0.25 sec)

  1. security/pkg/pki/util/generate_cert_test.go

    		}
    	}
    }
    
    // TestGenRootCertFromExistingKey creates original root certificate and private key, and then
    // uses the private key to generate a new root certificate. Verifies that the new root certificate
    // matches old root certificate except lifetime changes.
    func TestGenRootCertFromExistingKey(t *testing.T) {
    	// Generate root certificate and private key
    	caCertTTL := 24 * time.Hour
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Nov 06 12:48:53 UTC 2023
    - 29.4K bytes
    - Viewed (0)
Back to top