fwm fingerprint

Syntax

fwm [-d] fingerprint [-d]

      <IP address of Target> <SSL Port>

      localhost <SSL Port>

Parameters

Parameter

Description

-d

Runs the command in debug mode.

Use only if you troubleshoot the command itself.

Best Practice - If you use this parameter, then redirect the output to a file, or use the script command to save the entire CLI session.

The debug options are:

  • fwm -d

    Runs the complete debug of all fwm actions.

    For complete debug instructions, see the description of the fwm process in sk97638.

  • fingerprint -d

    Runs the debug only for the fingerprint actions.

<IP address of Target>

Specifies the IP address of a remote managed computer.

<SSL Port>

Specifies the SSL port number.

The default is 443.

Example 1 - Showing the fingerprint on the local Management Server

[Expert@MGMT:0]# fwm fingerprint localhost 443
#DN OID.1.2.840.113549.1.9.2=An optional company name,Email=Email Address,CN=192.168.3.51,L=Locality Name (eg\, city)
#FINGER 11:A6:F7:1F:B9:F5:15:BC:F9:7B:5F:DC:28:FC:33:C5
##
[Expert@MGMT:0]#

Example 2 - Showing the fingerprint from a managed Security Gateway

[Expert@MGMT:0]# fwm fingerprint 192.168.3.52 443
#DN OID.1.2.840.113549.1.9.2=An optional company name,Email=Email Address,CN=192.168.3.52,L=Locality Name (eg\, city)
#FINGER 5C:8E:4D:B9:B4:3A:58:F3:79:18:F1:70:99:8B:5F:2B
##
[Expert@MGMT:0]#