source plugin: options not needed any more
This commit is contained in:
parent
8a10b861be
commit
b93c028215
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue