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
$ akamai cps update --cn cert.example.com --file ~/cert.example.com.yaml
/home/fortdg/.akamai-cli/src/cli-cps/bin/cps.py:1534: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
jsonFormattedContent = yaml.load(file_content)
/home/fortdg/.akamai-cli/src/cli-cps/bin/cps.py:1536: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
yaml.load(file_content), indent=2)
/home/fortdg/.akamai-cli/src/cli-cps/bin/cps.py:1537: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
certificateContent = yaml.load(file_content)
You are about to update enrollment-id:
Regards,
Didier
The text was updated successfully, but these errors were encountered:
/Users/fkielin1/.akamai-cli/src/cli-cps/bin/cps.py:1533: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. jsonFormattedContent = yaml.load(file_content) /Users/fkielin1/.akamai-cli/src/cli-cps/bin/cps.py:1535: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. yaml.load(file_content), indent=2) /Users/fkielin1/.akamai-cli/src/cli-cps/bin/cps.py:1536: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. certificateContent = yaml.load(file_content)
Hello,
I am getting the following warning:
Regards,
Didier
The text was updated successfully, but these errors were encountered: