v1.4.3
- Bug Fix: IgnoreSSLWarning was not recognized when set to true
- Modified login API call for token auth to fix issue some users were experiencing
v1.4
- Modified authentication for API calls from Basic to Token Auth. Initial login uses id/password to retrieve temporary access token, so the same id/password credentials are still required for the certificate store, but all subsequent API calls will use the token retrieved on initial login.
- Added PAM Support
- Fix bug where Private Key Entry is always False
v1.3
- Fix to match F5 hotfix modification to handle certificates/keys with dissimilar names within F5. Please go to the Troubleshooting Guide for details.
v1.2
- Add new IgnoreSSLWarning optional certificate store type parameter which will determine whether SSL warnings for F% API requests should be ignored.
- Minor bug fix to handle embedded whitespace in PEM encoded certificates returned from F5 inventory
v1.1
- Modify PrimaryNodeOnlineRequired certificate store type parameter to be optional for backwards compatibility
v1.0
- Initial Version