Currently, it's not possible to request one certificate for multiple domains which are not owned by the same deSEC acccount.
To support this use case, we could check the credentials configuration file for a key like dns_desec_token[$domain], and if it doesn't exist, fall back to the current dns_desec_token.
(I received an email by a user pointing out this problem.)
Currently, it's not possible to request one certificate for multiple domains which are not owned by the same deSEC acccount.
To support this use case, we could check the credentials configuration file for a key like
dns_desec_token[$domain], and if it doesn't exist, fall back to the currentdns_desec_token.(I received an email by a user pointing out this problem.)