I seem to be having a problem deploying Prism Central using the automated deployment. Everything seems to go through fine, the VM is created however the install task always fails.
Looking at the Prism Central VM, it seems the httpd service cannot start up, with the error:
code:
Redirecting to /bin/systemctl status httpd.service
● httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Mon 2018-10-08 00:59:43 PDT; 1min 34s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 5495 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 5493 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 5493 (code=exited, status=1/FAILURE)
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm systemdm1]: Starting The Apache HTTP Server...
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm httpdp5493]: :Mon Oct 08 00:59:43.868554 2018] ]proxy_html:notice] ]pid 5493:tid 140713822886016] AH014...rrectly.
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm httpdp5493]: AH00526: Syntax error on line 18 of /etc/httpd/conf.d/nutanix_pegasus.conf:
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm httpdp5493]: SSLCertificateFile: file '/home/private/server.cert' does not exist or is empty
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm systemdm1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm killl5495]: kill: cannot find process ""
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm systemdm1]: httpd.service: control process exited, code=exited status=1
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm systemdm1]: Failed to start The Apache HTTP Server.
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm systemdm1]: Unit httpd.service entered failed state.
Oct 08 00:59:43 ntnx-192-168-4-59-a-cvm systemdm1]: httpd.service failed.
I'm not sure why the server.cert file is not present. Is there anything I can do to create it?
Thanks!