For instance how can I use my *.domain.com SSL certs and NPM to route containers to a subdomain without exposing them? The main domain is exposed.

  • @[email protected]
    link
    fedilink
    English
    014 hours ago

    OP is asking for cases where you don’t want to allow the service (or reverse proxy) to be accessible via the web.

    • @NeoNachtwaechter
      link
      English
      214 hours ago

      As I understand it, OP just wants to hide (=remove) the subdomains from the public URLs.

        • @ag10n
          link
          English
          1
          edit-2
          14 hours ago

          Your response clearly states publicly accessible DNS. A CA does not require anything public for local SSL and can work in conjunction with whatever service they want for that which is public.

          • @[email protected]
            link
            fedilink
            English
            114 hours ago

            Fair, I don’t know why I read OPs post as asking for let’s encrypt certs. Internal CA is indeed an option.