mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-22 11:59:33 +00:00
matrixsynapse: Remove 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
b0ba185020
commit
42b923c04e
@ -42,13 +42,6 @@ def parse_arguments():
|
||||
'--domain-name',
|
||||
help='The domain name that will be used by Matrix Synapse')
|
||||
|
||||
help_le = "Add/drop Let's Encrypt certificate if configured domain matches"
|
||||
subparser = subparsers.add_parser('letsencrypt', help=help_le)
|
||||
subparser.add_argument('command', choices=('add', 'drop', 'get-status'),
|
||||
help='Whether to add or drop the certificate')
|
||||
subparser.add_argument('--domain',
|
||||
help='Domain name to renew certificates for')
|
||||
|
||||
subparsers.required = True
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user