ltm rule command AUTH cert credentialΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

AUTH::cert_credential
       Sets the peer certificate credential to the value of a peer certificate for a future AUTH::authenticate call.

SYNOPSIS
       AUTH::cert_credential AUTH_ID PEER_CERTIFICATE

DESCRIPTION
       Sets the peer certificate credential to the value of ''' for a future AUTH::authenticate call. See also the
       SSL::cert command. This command returns an error if attempted for a standby system.

       AUTH::cert_credential authid 

	    * Sets the peer certificate credential to the value of ''' for a
	      future AUTH::authenticate call.

RETURN VALUE
VALID DURING
EXAMPLES
	when CLIENTSSL_CLIENTCERT {
	  set ldap_sid [AUTH::start pam $myprofilename]
	  AUTH::cert_credential $ldap_sid [SSL::cert 0]
	  AUTH::authenticate $ldap_sid
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.0.0 --First introduced the command.

BIG-IP						      2020-06-23					     iRule(1)