syno-cli icon indicating copy to clipboard operation
syno-cli copied to clipboard

Domains as aliases

Open Pixelstrudel opened this issue 3 years ago • 3 comments

Script is working flawlessly with DSM7.1 however I would prefer to use a single certificate with multiple domains as aliases (in my case the root + wildcard domain). Any chance of this getting implemented?

Pixelstrudel avatar Apr 19 '22 20:04 Pixelstrudel

Yep, this should be pretty straightforward. However, for your specific case (wildcard + non-wildcard) I have to check with the ACME standard is it possible.

reddec avatar Apr 20 '22 01:04 reddec

Same request here, I would like to use a single certificate with 2 wildcard domains like *.internal.domain, *.domain. I manually created such certificates with acme before. It could be as simple as changing the DOMAINS environment variable to accept ";" as the delimiter instead of the ","

Jaco1960 avatar May 07 '22 17:05 Jaco1960

@Jaco1960 I am not sure that ACME (Let's Encrypt protocol) will let us issue multiple wildcard domains under one CN. I have to double-check :sweat_smile:

reddec avatar May 11 '22 01:05 reddec