Secure sub-domains only

Hi! I have a main domain, let’s call it example.com on one server, then I have admin.example.com on a different server and dev.example.com on another server.
What is the best way to generate SSL certificates only for each subdomain, leaving the main domain unmodified.

My domain is: example.dom

My web server is : Nginx

The operating system my web server runs on is : Ubuntu 18.04

My hosting provider, if applicable, is: AWS

I can login to a root shell on my machine: yes

1 Like

Hi @manus

there is no "best way".

Create these two certificates, job is done. There is no relation required between your main domain and your subdomains.

3 Likes

If the systems can individually run ACME clients, then you can treat them as separate systems.
Each doing only the local FQDN.

5 Likes

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