ltm rule command SSL c3dΒΆ

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

SSL::c3d
       Inserts a certificate extension to the C3D certificate, or sets the C3D client certificate.

SYNOPSIS
       SSL::c3d extension (ARG ARG)

       SSL::c3d cert CERTIFICATE

DESCRIPTION
       Inserts a certificate extension to the C3D certificate, or sets the C3D client certificate.

RETURN VALUE
       SSL::c3d extension 
	       Inserts the  as an extension to C3D certificate with OID=oid and value=oid-value.

       SSL::c3d cert 
	       Sets the certificate which is in DER format as the C3D client certificate.

VALID DURING
       ANY_EVENT

EXAMPLES
	when CLIENTSSL_HANDSHAKE {
	    log local0.info "CLIENTSSL_HANDSHAKE"
	    SSL::c3d extension 1.2.3.4 "The oid-vaule for oid 1.2.3.4"
	}

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

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