Renew a device certificate

Renewal over the device's current, still-valid mTLS cert. Gated by Mine.Portal.Module.Aispm.Security.AispmClientCertAttribute:
the gateway-verified identity is read from Mine.Portal.Module.Aispm.Security.IDeviceIdentityContext (never a token/body).
The new CSR's CN device_id must equal the presenting cert's device_id — a mismatch is a 403
(identity-swap guard, enforced in M:Mine.Portal.Module.Aispm.Services.IEnrollmentService.RenewAsync(Mine.Portal.Module.Aispm.Security.IDeviceIdentityContext,System.String,System.Threading.CancellationToken)).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for POST /enroll/renew: a fresh PEM PKCS#10 csr; identity comes from the cert.

string | null

A fresh PEM PKCS#10 CSR. Its CN device_id must equal the presenting cert's device_id.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Response
200

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!