You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have a proposal if possible to support separate ClientId/secret per domain in same session ?
I have 2 wildcard domains that needs to be in same cert but from to separate Dynu accounts with separate OAuth API keys.
Account1 has one APIkey 1 *.domain1.tld
Account2 has a separate APIkey 2 *.domain2.tld
And need to generate it as:
./acme.sh --issue --dns dns_dynu --server letsencrypt -d *.domain1.tld -d *.domain2.tld
But as said, the ClientId/secret is different for domain1 compared to domain2.
I'm not even sure it is doable from acme.sh script point of view?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a proposal if possible to support separate ClientId/secret per domain in same session ?
I have 2 wildcard domains that needs to be in same cert but from to separate Dynu accounts with separate OAuth API keys.
Account1 has one APIkey 1 *.domain1.tld
Account2 has a separate APIkey 2 *.domain2.tld
And need to generate it as:
./acme.sh --issue --dns dns_dynu --server letsencrypt -d *.domain1.tld -d *.domain2.tld
But as said, the ClientId/secret is different for domain1 compared to domain2.
I'm not even sure it is doable from acme.sh script point of view?
Best regards
Dan Lundqvist
Stockholm, Sweden
Beta Was this translation helpful? Give feedback.
All reactions