|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets the token wrapping certificate needed for indirect login.
The serial number of the HSM of interest
Use:  Required  
JSON Schema:  
Object type: string
Token wrapping certificate used for indirect login.
JSON Schema:  
   Object
      certificate: Object
         type:  string
         description:  certificate is the token wrapping certificate used
                       for indirect login.
Unexpected error
HSM does not exist.
 
GET https://1.2.3.4:8443/api/lunasa/hsms/154704/certificate
 
{
    "certificate": "AwAAADCCBAswggHzo...7ltguqfo="
}