Skip to main content

Enterprise PKI Manager

New

Health API end-point - New API endpoint (/mpki/api/v1/health/extensive) performs a health check of the Enterprise PKI Manager application by accessing the backend application and database. If the application is up and running as expected, the endpoint responds with an HTTP 200 - {"status": "UP"} JSON response, otherwise, it responds with an HTTP 500 - {"status": "DOWN"} JSON response.

Fixes

  • Fixed issue with uploaded certificates bound to an Imported Seat not being able to be revoked.

  • Fixed issue with Server certificates not including multiple dnsServer names.

  • Fixed issue with SCEP renewal of an already renewed certificate via SCEP.

  • Allow upper-case characters when creating any Seat ID using any email-formatted value with upper-case characters. However, if a User Seat ID with the same value but different case is already created, the certificate will be bound to the original User Seat ID, since User Seats allow for multiple certificates to be issued against the same Seat ID.

  • Blocked the re-use of certificate download URLs (sent via email to end-users) for profiles configured with the "Browser PKCS12" enrollment method.