Adding new plugin to CLI

I am trying to create a plugin for tomcat in certbot. i am able to install plugin my but unable to get a command line option that will make make plugin executable.

Thanks
Abhinav

1 Like

Hi Abhinav,

Could you provide some more information about your plugin?

Have you installed it with pip?

Have you defined the certbot.plugins entrypoints in your plugin’s setup.py?

Does it appear when you run:

certbot plugins

Is the source code to your plugin available somewhere?

2 Likes

Yes…Plugin is working fine for me…

I had an issue with related to adding plugin as CLI so that authenticator and installer could be executed…

However, I am able to do it now by making changes in certbot internal code.

I think this should be documented somewhere so that developers can test interfaces implemented by plugin.

Thanks for ur response
Regards
Abhinav

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.