|
|
@ -765,7 +765,7 @@ class EESiteUpdateController(CementBaseController): |
|
|
|
(['--letsencrypt'], |
|
|
|
dict(help="configure letsencrypt ssl for the site", |
|
|
|
action='store' or 'store_const', |
|
|
|
choices=('on', 'off', 'renew', 'status'), const='on', nargs='?')), |
|
|
|
choices=('on', 'off', 'renew'), const='on', nargs='?')), |
|
|
|
(['--proxy'], |
|
|
|
dict(help="update to proxy site", nargs='+')), |
|
|
|
(['--experimental'], |
|
|
@ -1025,9 +1025,6 @@ class EESiteUpdateController(CementBaseController): |
|
|
|
"site") |
|
|
|
pargs.pagespeed = False |
|
|
|
|
|
|
|
#--letsencrypt=status code here |
|
|
|
#if pargs.letsencrypt == "renew": |
|
|
|
|
|
|
|
#--letsencrypt=renew code goes here |
|
|
|
if pargs.letsencrypt == "renew": |
|
|
|
if check_ssl: |
|
|
|