Hello,
Is there any possibility of creating a DNS API token not for the whole domain but limited to the subdomain only?
For example, my domain looks like localhost.me
. And I want to create DNS API token for site1.localhost.me
.
The aim is to make ACME DNS challenge more secure. For now, I found a way to create a token for the full part of the domain. But I don’t thinks that this is a good idea.
How are you solving this problem?