Hi, I had the same output on a centos7. I added the option -v to get more verbosity and I was able to see that the installer cannot generate the certificate. Creating HTTPS cert...
Aborting https cert create. File already exists
Shell command: openssl x509 -in /opt/phantom/etc/ssl/certs/httpd_cert.crt -pubkey -noout
Initialization function create_https_cert failed!
Traceback (most recent call last):
File "/opt/phantom/bin/initialize.py", line 965, in initialize
func()
File "/opt/phantom/bin/initialize.py", line 334, in create_https_cert
cert_tools.create_https_cert(group=group, force=force)
File "pycommon3/phantom_common/cert_tools.py/cert_tools.py", line 123, in create_https_cert
File "pycommon3/phantom_common/phproc.py/phproc.py", line 269, in run
File "pycommon3/phantom_common/phproc.py/phproc.py", line 379, in __init__
File "/opt/phantom/usr/python39/lib/python3.9/subprocess.py", line 951, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/opt/phantom/usr/python39/lib/python3.9/subprocess.py", line 1821, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'openssl'
Done. I installed openssl and I was able to complete the installation.
... View more