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 |
Not Specified |
|
url |
Account url. |
string |
Not Specified |
|
ca_url |
Account ca_url. |
string |
Not Specified |
|
|
Account email. |
string |
Not Specified |
|
privatekey |
Account Private Key. |
string |
Not Specified |
|