Fix duplicate cert routes

This commit is contained in:
Alexandre Aubin 2021-09-15 17:26:39 +02:00
parent 57f00190b0
commit 217ae87bb3

View file

@ -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