Does Domino Support Wildcard SSL Certificates?
Thanks to Joe Walters for putting up this detailed description of how to set this up: Configuring a wildcard certificate with Domino is very similar to configuring a single-host SSL certificate. So, most of the process below you’ll already be familiar with if you’ve ever set up SSL on Domino. Here’s how I would configure a new wildcard certificate in my test environment. I’ll include some caveats and comments at the end, so save your questions. 🙂 My scenario: I have a Domino 7.0.x server, Kakadu/WashU, running on Windows Server 2003. It’s Program directory is C:\Lotus\Domino and it’s Data directory is D:\Lotus\Domino\Data. I want to configure an SSL certificate for Kakadu, but I know later, I’ll be asked to configure SSL certificates on other Domino servers, so I opt to implement a wildcard certificate. To save some time and hassle later, I picked an unused local drive letter (V:) and mapped a drive to Kakadu’s D: drive (from a windows cmd prompt, I type net use V: \\kakadu\d$). Crea