How to create a self-signed SSL certificate for multiple domains

Domain names could contain multiple sub domains. For an example, esb.dev.abc.com and test.api.dev.abc.com are belong to the same organization. Wildcard certificate *.dev.abc.com covers only the esb.dev.abc.com and it does not cover test.api.dev.abc.com. This wildcard certificate does not support if there are multiple dots (.) after the .dev.abc.com. We can add multiple DNS alternative names to … Continue reading How to create a self-signed SSL certificate for multiple domains