Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

CSD Role with Multiple SSLServers

avatar

Can a Role in a CSD have multiple SSLServer sections associated with it? Or as an alternative could a single parameter map to more than one config entry?

1 ACCEPTED SOLUTION

avatar
Hi Shant,

That's not possible today. Why do you want that? Usually admins don't want to deal with so many certs.

You can use additionalConfigs to emit parameters to more places, but be careful to read the caveat about passwords.

Thanks,
Darren

View solution in original post

2 REPLIES 2

avatar
Hi Shant,

That's not possible today. Why do you want that? Usually admins don't want to deal with so many certs.

You can use additionalConfigs to emit parameters to more places, but be careful to read the caveat about passwords.

Thanks,
Darren

avatar

Thanks Darren! The situation was regarding having multiple SSL based ports exposed from the same role/instance. It worked with using additionalConfigs but as you mentioned just had to do a bit of magic to get it working correctly with passwords.