mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
ejabberd: Removed unused letsencrypt action
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
42b923c04e
commit
a6fc4bfea3
@ -87,11 +87,6 @@ def parse_arguments():
|
|||||||
mam.add_argument('command', choices=('enable', 'disable', 'status'),
|
mam.add_argument('command', choices=('enable', 'disable', 'status'),
|
||||||
help=help_MAM)
|
help=help_MAM)
|
||||||
|
|
||||||
help_LE = "Add/drop Let's Encrypt certificate if configured domain matches"
|
|
||||||
letsencrypt = subparsers.add_parser('letsencrypt', help=help_LE)
|
|
||||||
letsencrypt.add_argument('command', choices=('add', 'drop'), help=help_LE)
|
|
||||||
letsencrypt.add_argument('--domain', help='Domain name to drop.')
|
|
||||||
|
|
||||||
subparsers.required = True
|
subparsers.required = True
|
||||||
return parser.parse_args()
|
return parser.parse_args()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user