Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

32 lines (23 loc) · 1.71 KB

v1.6.0

  • Add Store Password (optional) to allow for setting key type to "Password" when adding/replacing a certificate. This will encrypt the private key deployed on the F5 device with the password set as the Store Password.

v1.5.0

  • Add new optional custom paramter - UseTokenAuth - to make token auth vs basic auth (default) a selectable option

v1.4.5

  • Bug Fix: For F5-WS-REST store type, make sure certificate chain is ordered properly when installing to F5 - EE Cert => Issuing CA Cert => One-to-many Intermediate CA Certs => Root CA Cert.
  • Bug Fix: Allow PEM formats with # comments at top of file during inventory

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