scottdware / go-bigip

A Go package that interacts with F5 BIG-IP systems using the REST API.
MIT License
108 stars 118 forks source link

Update SSL certificate endpoints #93

Closed bessb closed 5 years ago

bessb commented 5 years ago

After using some of the code added in #89 I've discovered that the sys/crypto endpoints have been deprecated (see this comment).

This updates the certificate and key methods to use the endpoints under sys/file instead.