I’m trying to install the SSL on my subdomain because I’m using the Full (strict) option on my Cloudflare dashboard. I already added the CNAME record to my DNS:
Honestly, I see no reason why you would use Full (Strict) and tries to solve the DNS complexity instead of just use Full with our 10 years self-signed certificate.
OK, I see why your records isn’t getting recognized.
What you are currently creating is something like this:
_acme-challenge CNAME <Verification>
At the first glance, it might be correct. However, if you look closely enough, you’ll find that the client area is assuming that you are editing the DNS records of awards.juligang.es, instead of juligang.es. But since you are directly editing the records of juligang.es, you must create a record like this:
_acme-challenge.awards CNAME <Verification>
You must specify the awards part, otherwise it cannot be recognized on the subdomain.