Related API Changes
- Last Updated: November 7, 2023
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
The following changes have been made to the API to improve its usability across multiple CAs.
In LMOS 7.2.58.0, all ACME parameters are managed via set and get commands using these parameters:
- directoryurl
- renewperiod
- kid
- hmac
In LMOS 7.2.59.0 and subsequent releases:
- Each parameter above has it's own get/set command.
- For all ACME commands, a new required parameter (
acmetype), specifies the CA to which the command applies:- 1 = LetsEncrypt
- 2 = DigiCert
Here are syntax summaries for the new API commands:
setacmedirectoryurl?directoryurl=value&acmetype={1|2}
setacmerenewperiod?renewperiod=value&acmetype={1|2}
setacmekid?kid=value&acmetype=1
setacmehmac?hmac=value&acmetype=1
getacmedirectoryurl?acmetype={1|2}
getacmerenewperiod?acmetype={1|2}
getacmekid?acmetype=1
getacmehmac?&acmetype=1