Skip to content

Commit 2a09e01

Browse files
committed
WARN msg for wp subdomain
1 parent 5d49799 commit 2a09e01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ee/cli/plugins/site.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,10 @@ def doupdatesite(self, pargs):
12171217
if pargs.letsencrypt == "on":
12181218

12191219
if (not pargs.experimental):
1220+
1221+
if stype in ['wpsubdomain']:
1222+
Log.warn(self, "Wildcard domains are not supported.\nWP SUBDOMAIN sites may not be compatible with Lets Encrypt.")
1223+
12201224
Log.info(self, "Letsencrypt is currently in beta phase."
12211225
" \nDo you wish"
12221226
" to enable SSl now for {0}?".format(ee_domain))

0 commit comments

Comments
 (0)