Hello, I have been following the Quickstart Guide <https://openxpki.readthedocs.io/en/stable/quickstart.html#> to get OpenXPKI running on a Debian 12.4 system.
I have downloaded the latest published packages from the repository. I can see that the Server is working, at least according to the guide. root@certca:/var/www/openxpki# openxpkicmd --realm certca crl_issuance Workflow created (ID: 255), State: SUCCESS But When I get to the portion of Adding the Webclient <https://openxpki.readthedocs.io/en/stable/quickstart.html#adding-the-webclient>, once again following the instructions, I do not see Apache start listening on port 443. root@certca:~# netstat -an | grep 443 root@certca:~# I have created a self signed certificate and put them in the locations specified in the document. root@certca:/etc/openxpki/tls# ls -R .: endentity private ./endentity: openxpki.crt ./private: openxpki.key I am not sure what I am missing, I see the openxpki.conf linked from "sites-enabled" to "sites-available" in /etc/apache2 directory. Currently, because Apache is not listening on port 443, every connection is understandably refused. Any and all help or suggestions are welcome. Thank you Mark.
_______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
