REST API  4.0.0
REST API for SafeNet Network HSMs
GET /api/lunasa/webServer/certificate

GET /api/lunasa/webServer/certificate

Gets the attributes of the certificate

Parameters

None

Responses

200

The attributes of the certificate.

JSON Schema: Web Server Configuration Description

400

Unexpected error

Example Request

   GET 
   https://1.2.3.4:8443/api/lunasa/webServer/certificate

Example Result

{  
   "actions": "/api/lunasa/webServer/certificate/actions"
   "hash" : "SHA1",
   "curveName" : "secp521r1",
   "keyType" : "rsa",
   "keySize" : 2048,
   "fingerprint" : "D9:08:77:4E:EC:8F:29:EF:4B:DA:2C:6E:C9:29:2E:EC:68:7D:AF:95",
   "subjectAltNames" : ["example.com", "www.example.com"]
}