|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Returns server public certificate. NOTE: The certificate is PEM format with no embedded newlines, with string '\n' instead of the newline character.
None
Success
Unexpected error
 
   GET
   https://1.2.3.4:8443/auth/certificate
   {
   }
 
{
   "certificate": "-----BEGIN CERTIFICATE-----'...'-----END CERTIFICATE-----\n"
}