通配符 SSL 安装和未来的子域
Wildcard SSL installation and future subdomains
我在 WMH/CPanel 环境中有一个域(例如 mywebsite.com)。
我正在为那个域动态生成子域 (client1.mywebsite.com).
在与大多数提供商一起完成 Wildcard SSL 步骤时,我有时会读到我将不得不在我的证书中包含子域详细信息 (https://www.rapidsslonline.com/blog/setting-up-a-wildcard-ssl-on-cpanelwhm)
这将是一个大问题,因为我不知道将来会自动生成哪些(比如我的客户注册时),而且我不想在创建它们时手动添加它们(SSL够蛋疼了)
我的问题是:我需要手动将每个子域添加到证书中,还是有办法一劳永逸地 "Wildcard is *.mydomain.com"? (控制面板)
是的,您必须在您在 cPanel 下添加的每个子域上安装 SSL。没有在子域上自动安装 SSL 的方法
以下是适合您的步骤:
1) In /var/cpanel/userdata/USER/ copy the example.com_SSL file to
$subdomain.DOMAIN.COM_SSL for each subdomain.
2)In each copied file, edit the following variables to match the
non-SSL subdomain: documentroot, servername, serveraliases
3) Rebuild the Apache configuration with /scripts/rebuildhttpdconf
4)Restart the Apache server with /scripts/restartsrv_httpd
我在 WMH/CPanel 环境中有一个域(例如 mywebsite.com)。 我正在为那个域动态生成子域 (client1.mywebsite.com).
在与大多数提供商一起完成 Wildcard SSL 步骤时,我有时会读到我将不得不在我的证书中包含子域详细信息 (https://www.rapidsslonline.com/blog/setting-up-a-wildcard-ssl-on-cpanelwhm)
这将是一个大问题,因为我不知道将来会自动生成哪些(比如我的客户注册时),而且我不想在创建它们时手动添加它们(SSL够蛋疼了)
我的问题是:我需要手动将每个子域添加到证书中,还是有办法一劳永逸地 "Wildcard is *.mydomain.com"? (控制面板)
是的,您必须在您在 cPanel 下添加的每个子域上安装 SSL。没有在子域上自动安装 SSL 的方法
以下是适合您的步骤:
1) In /var/cpanel/userdata/USER/ copy the example.com_SSL file to $subdomain.DOMAIN.COM_SSL for each subdomain.
2)In each copied file, edit the following variables to match the non-SSL subdomain: documentroot, servername, serveraliases
3) Rebuild the Apache configuration with /scripts/rebuildhttpdconf
4)Restart the Apache server with /scripts/restartsrv_httpd