You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renewal isn't strictly necessary, as you can manually revoke old certs in the portal and/or create new ones with the current codebase. But here are some notes I have, in case someone wants to automate it:
Similar to what is already implemented
POST to /pushcert/caservice/renew instead of /pushcert/caservice/new
A key called CertificateSerialNumber is added in each sub-dict of CertRequestList, and has the lowercase hex-encoded serial number of the previous cert for the given service
Renewal isn't strictly necessary, as you can manually revoke old certs in the portal and/or create new ones with the current codebase. But here are some notes I have, in case someone wants to automate it:
/pushcert/caservice/renew
instead of/pushcert/caservice/new
CertificateSerialNumber
is added in each sub-dict of CertRequestList, and has the lowercase hex-encoded serial number of the previous cert for the given serviceThe text was updated successfully, but these errors were encountered: