Ghost-CLI and wildcard certificates support via acme.sh v2

Hi,

I tried searching the forums but couldn’t seem to find anything on the topic.
I’m curious to what the story for ghost-cli and wildcard certificate support is and if there is something planned already?:slight_smile:

//Baha

1 Like

@brk So, currently Ghost-CLI generates SSL certs using the nginx mode, where it puts some configuration in your nginx config block to verify that you own the domain.

As far as I can tell from reading the acme.sh docs, the only way to do acme v2/wildcard certs is to use the dns api or dns aliasing methods of verification, both of which are a lot more complicated to do in Ghost-CLI.

Not to say that we won’t ever implement that behavior, but there’s not a plan to do it at present.

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