source plugin: options not needed any more

This commit is contained in:
sirferl 2020-12-08 11:07:09 +01:00
parent 8a10b861be
commit b93c028215
1 changed files with 0 additions and 9 deletions

View File

@ -77,15 +77,6 @@ class ADCSSourcePlugin(SourcePlugin):
author = "sirferl"
author_url = "https://github.com/sirferl/lemur"
options = [
{
"name": "dummy",
"type": "str",
"required": False,
"validation": "/^[0-9]{12,12}$/",
"helpMessage": "Just to prevent error",
}
]
def get_certificates(self, options, **kwargs):
adcs_server = current_app.config.get("ADCS_SERVER")