We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d49799 commit 2a09e01Copy full SHA for 2a09e01
ee/cli/plugins/site.py
@@ -1217,6 +1217,10 @@ def doupdatesite(self, pargs):
1217
if pargs.letsencrypt == "on":
1218
1219
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
1224
Log.info(self, "Letsencrypt is currently in beta phase."
1225
" \nDo you wish"
1226
" to enable SSl now for {0}?".format(ee_domain))
0 commit comments