Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for caller12d (0.22 sec)

  1. security/pkg/server/ca/server_test.go

    the client cert authenticator instead of mock authenticator
    */
    func TestCreateCertificateE2EUsingClientCertAuthenticator(t *testing.T) {
    	callerID := "test.identity"
    	ids := []util.Identity{
    		{Type: util.TypeURI, Value: []byte(callerID)},
    	}
    	sanExt, err := util.BuildSANExtension(ids)
    	if err != nil {
    		t.Error(err)
    	}
    	auth := &authenticate.ClientCertAuthenticator{}
    
    	server := &Server{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top