zero ssl account registration
This commit is contained in:
parent
b10ea6c6da
commit
7612684556
|
|
@ -279,6 +279,11 @@ class sslUtilities:
|
|||
try:
|
||||
acmePath = '/root/.acme.sh/acme.sh'
|
||||
|
||||
### register account for zero ssl
|
||||
|
||||
command = '%s --register-account -m %s' % (acmePath, adminEmail)
|
||||
subprocess.call(shlex.split(command))
|
||||
|
||||
# if ProcessUtilities.decideDistro() == ProcessUtilities.ubuntu:
|
||||
# acmePath = '/home/cyberpanel/.acme.sh/acme.sh'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue