config system acme
Configure ACME client.
config system acme
Description: Configure ACME client.
config accounts
Description: ACME accounts list.
edit <id>
set ca_url {string}
set eab-key-hmac {password}
set eab-key-id {var-string}
set email {string}
set privatekey {string}
set status {string}
set url {string}
next
end
set interface <interface-name1>, <interface-name2>, ...
set source-ip {ipv4-address}
set source-ip6 {ipv6-address}
set use-ha-direct [enable|disable]
end
config system acme
|
Parameter |
Description |
Type |
Size |
Default |
||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
interface |
Interface(s) on which the ACME client will listen for challenges. Interface name. |
string |
Maximum length: 79 |
|
||||||
|
source-ip |
Source IPv4 address used to connect to the ACME server. |
ipv4-address |
Not Specified |
0.0.0.0 |
||||||
|
source-ip6 |
Source IPv6 address used to connect to the ACME server. |
ipv6-address |
Not Specified |
:: |
||||||
|
use-ha-direct |
Enable the use of 'ha-mgmt' interface to connect to the ACME server when 'ha-direct' is enabled in HA configuration |
option |
- |
disable |
||||||
|
|
|
|||||||||
config accounts
|
Parameter |
Description |
Type |
Size |
Default |
|---|---|---|---|---|
|
ca_url |
Account ca_url. |
string |
Maximum length: 255 |
|
|
eab-key-hmac |
External Acccount Binding Key HMAC. |
password |
Not Specified |
|
|
eab-key-id |
External Acccount Binding Key ID. |
var-string |
Maximum length: 255 |
|
|
|
Account email. |
string |
Maximum length: 255 |
|
|
id |
Account id. |
string |
Maximum length: 255 |
|
|
privatekey |
Account Private Key. |
string |
Maximum length: 8191 |
|
|
status |
Account status. |
string |
Maximum length: 127 |
|
|
url |
Account url. |
string |
Maximum length: 511 |
|