File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -730,6 +730,9 @@ def default(self):
730730
731731 if self .app .pargs .letsencrypt :
732732 if (not self .app .pargs .experimental ):
733+ if stype in ['wpsubdomain' ]:
734+ Log .warn (self , "Wildcard domains are not supported in Lets Encrypt.\n WP SUBDOMAIN site will get SSL for primary site only." )
735+
733736 Log .info (self , "Letsencrypt is currently in beta phase."
734737 " \n Do you wish"
735738 " to enable SSl now for {0}?" .format (ee_domain ))
@@ -1218,8 +1221,8 @@ def doupdatesite(self, pargs):
12181221
12191222 if (not pargs .experimental ):
12201223
1221- if stype in ['wpsubdomain' ]:
1222- Log .warn (self , "Wildcard domains are not supported.\n WP SUBDOMAIN sites may not be compatible with Lets Encrypt ." )
1224+ if oldsitetype in ['wpsubdomain' ]:
1225+ Log .warn (self , "Wildcard domains are not supported in Lets Encrypt .\n WP SUBDOMAIN site will get SSL for primary site only ." )
12231226
12241227 Log .info (self , "Letsencrypt is currently in beta phase."
12251228 " \n Do you wish"
You can’t perform that action at this time.
0 commit comments