F5Networks / f5-common-python

Python SDK for configuration and monitoring of F5® BIG-IP® devices via the iControl® REST API.
https://f5-sdk.readthedocs.org
Apache License 2.0
262 stars 134 forks source link

Add sys/file/ssl-key & sys/file/ssl-cert to support crypto object modifications #591

Closed jasonrahm closed 8 years ago

jasonrahm commented 8 years ago

With the sys/crypto/key and sys/crypto/cert install command, the objects cannot be modified with this path. But with sys/file/ssl-key and sys/file/ssl-cert, they can.

At agility this week, but you can assign to me and I'll work on this and #536 test cases next week.

jasonrahm commented 8 years ago

Closing this out, code has been merged.