|
From: Josh W. <whi...@ur...> - 2025-10-29 19:53:42
|
I've spun up a fresh Debian 12.12 VM (since my first attempt confirmed that OpenXPKI does not yet work on Debian 13), and to the best of my abilities followed the documentation at https://openxpki.readthedocs.io/en/master/quickstart.html There are various omissions in the documentation and times where you have to jump around, so it's hardly a step-by-step document, but I did the best I could. My system seems to believe that it's installed: root@openxpki:/etc/apt/sources.list.d# oxi --version OpenXPKI Community Edition v3.32.8 Steps so far: * Installed a local instance of MariaDB, created the database per instructions, loaded the schema per instructions * Created the users as suggested (using non-generic passwords) * Added the MariaDB info to the /etc/openxpki/config.d/system/database.yaml and /etc/openxpki/client.d/service/webui/default.yaml files * Run the /usr/share/doc/libopenxpki-perl/examples/sampleconfig.sh to generate a testing config * Convinced Apache to be happy with the certs (they didn't get moved into the correct places by the sampleconfig script, so I had to do that by hand) * Coaxed Apache to start Trying to visit the site, I see this: |