mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix duplicate cert routes
This commit is contained in:
parent
57f00190b0
commit
217ae87bb3
1 changed files with 0 additions and 4 deletions
|
@ -484,7 +484,6 @@ domain:
|
||||||
dns-conf:
|
dns-conf:
|
||||||
deprecated: true
|
deprecated: true
|
||||||
action_help: Generate sample DNS configuration for a domain
|
action_help: Generate sample DNS configuration for a domain
|
||||||
api: GET /domains/<domain>/dns
|
|
||||||
arguments:
|
arguments:
|
||||||
domain:
|
domain:
|
||||||
help: Target domain
|
help: Target domain
|
||||||
|
@ -510,7 +509,6 @@ domain:
|
||||||
cert-status:
|
cert-status:
|
||||||
deprecated: true
|
deprecated: true
|
||||||
action_help: List status of current certificates (all by default).
|
action_help: List status of current certificates (all by default).
|
||||||
api: GET /domains/<domain_list>/cert
|
|
||||||
arguments:
|
arguments:
|
||||||
domain_list:
|
domain_list:
|
||||||
help: Domains to check
|
help: Domains to check
|
||||||
|
@ -523,7 +521,6 @@ domain:
|
||||||
cert-install:
|
cert-install:
|
||||||
deprecated: true
|
deprecated: true
|
||||||
action_help: Install Let's Encrypt certificates for given domains (all by default).
|
action_help: Install Let's Encrypt certificates for given domains (all by default).
|
||||||
api: PUT /domains/<domain_list>/cert
|
|
||||||
arguments:
|
arguments:
|
||||||
domain_list:
|
domain_list:
|
||||||
help: Domains for which to install the certificates
|
help: Domains for which to install the certificates
|
||||||
|
@ -545,7 +542,6 @@ domain:
|
||||||
cert-renew:
|
cert-renew:
|
||||||
deprecated: true
|
deprecated: true
|
||||||
action_help: Renew the Let's Encrypt certificates for given domains (all by default).
|
action_help: Renew the Let's Encrypt certificates for given domains (all by default).
|
||||||
api: PUT /domains/<domain_list>/cert/renew
|
|
||||||
arguments:
|
arguments:
|
||||||
domain_list:
|
domain_list:
|
||||||
help: Domains for which to renew the certificates
|
help: Domains for which to renew the certificates
|
||||||
|
|
Loading…
Add table
Reference in a new issue