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.
$ akamai install property
Attempting to fetch command from https://github.com/akamai/cli-property.git... ... [OK]
Installing... ... [OK]
This part I let run about about an hour, and it never finished:
$ akamai install cps
Attempting to fetch command from https://github.com/akamai/cli-cps.git... ... [OK]
Installing... [==========]
When trying to run akamai cps list, I get this error
$ akamai cps list
Traceback (most recent call last):
File "/home/<user>/.akamai-cli/src/cli-cps/bin/akamai-cps", line 20, in <module>
from cps import cli
File "/home/<user>/.akamai-cli/src/cli-cps/bin/cps.py", line 31, in <module>
from akamai.edgegrid import EdgeGridAuth, EdgeRc
ModuleNotFoundError: No module named 'akamai'
This step took about 15 seconds:
This part I let run about about an hour, and it never finished:
When trying to run akamai cps list, I get this error