config system acme
Configure ACME client.
config system acme Description: Configure ACME client. set interface <interface-name1>, <interface-name2>, ... set source-ip {ipv4-address} set source-ip6 {ipv6-address} 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 |
|
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 |
:: |
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 |
|