plesk / letsencrypt-plesk

Let’s Encrypt extension for Plesk gives all Plesk users the power to get a free Let’s Encrypt certificate with just a couple of clicks.
https://www.plesk.com/extensions/letsencrypt/
180 stars 25 forks source link

Will it be an XML API feature? #145

Open pasamsin opened 7 years ago

pasamsin commented 7 years ago

Providing easy installation or removal via whmcs or alternative cms and mobil app

farazmunj commented 6 years ago

I have a custom WHMCS and I am using XML API to manage all other aspects now I need one for this as well so I can automate it.

jas8522 commented 6 years ago

Ditto. Now that the XML-API supports this kind of thing, it should be added to this extension.

pfurini commented 5 years ago

Are there any news on this? Calling the CLI from an extension is not a very elegant solution, and this extension is somewhat "core" now.. so why not provide a proper API for it?

cpflaume commented 5 years ago

Just found a wordaround: the new JSON API You can call the CLI with POST https://HOST:8443/api/v2/cli/extension/call body: { "params": [ "--exec", "letsencrypt", "cli.php", "-d", "domain.com", "-m", "my@email.com" ]} ContentType: application/json