ltm rule command AUTH cert issuer credentialΒΆ

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

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

SYNOPSIS
       AUTH::cert_issuer_credential AUTH_ID PEER_CERTIFICATE

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

       AUTH::cert_issuer_credential authid 

	    * Sets the peer certificate issuer credential to 
	      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::cert_issuer_credential $ldap_sid [SSL::cert issuer 0]
	  AUTH::authenticate $ldap_sid
	}

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

BIG-IP							    2022-04-12							  iRule(1)