config system acme
Configure ACME client.
config system acme
Description: Configure ACME client.
set interface <interface-name1>, <interface-name2>, ...
config accounts
Description: ACME accounts list.
edit <id>
set status {string}
set url {string}
set ca_url {string}
set email {string}
set privatekey {string}
next
end
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 |
|
config accounts
Parameter |
Description |
Type |
Size |
Default |
---|---|---|---|---|
status |
Account status. |
string |
Maximum length: 127 |
|
url |
Account url. |
string |
Maximum length: 511 |
|
ca_url |
Account ca_url. |
string |
Maximum length: 255 |
|
|
Account email. |
string |
Maximum length: 255 |
|
privatekey |
Account Private Key. |
string |
Maximum length: 8191 |
|