akamai / cli-cps

Provides a way to interact with the Akamai Certificate Provisioning System (CPS) via Open APIs. Provides various functionality such as viewing certificate details, generating audits, checking change statuses, and creating/modifying certificates.
Apache License 2.0
14 stars 16 forks source link

Forcing the creation of a CSR #34

Open DidierFort opened 4 years ago

DidierFort commented 4 years ago

Hello,

We use third party certificates, and our certificate provider has an intermediate certificate which expiring at the end of May. I used cli-cps to get the YAML, I updated some necessary parameters, but that was not enough to trigger a CSR. It would be nice to have a force CSR option when running: akamai cps update...

Please let me know if you have any questions.

Regards, Didier

rajiv commented 4 years ago

the "Update an enrollment" CPS API endpoint has this functionality: https://developer.akamai.com/api/core_features/certificate_provisioning_system/v2.html#putasingleenrollment. now it needs to be added to the CLI.