I have a webserver with a set of admin pages that use client certificates to control access.
I would also like to use a letsencrypt certificate for the main site for standard guest users.
Is is possible to set up my webserver to have
and
I would like to run only one instance of my server that listens on port 443 but will serve either style of certificate based upon the domain.
I know apache can do this with the SNI protocol.
If racket webserver does not yet support this I will build an SNI dispatcher and share it.
Thanks,
Curtis