Wildcard ssl setup

I have been transitioning from on demand tls to wildcard certs since am hitting rate limits with lets encrypt.
I have tried setting up my Caddyfile but i don’t seem to get enough documentation to help me.

am hosting several apps on my vps

app1.tld {

}

   app2.tld {

}

   *.app4.tld {

  }
  abc.app4.tld {

   }

Now how do i make abc use the wildcard obtained by app4?

You’ll want to use the tls directive, specifically the wildcard subdirective.

https://caddyserver.com/docs/tls

1 Like

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