Setting up openxpki, it's going well so far, well done contributors.

Docs said comment on issues on mailing list first, so here goes

Following http://openxpki.readthedocs.io/en/latest/quickstart.html

Clean install on fresh Debian 8 also required libtext-csv-xs-perl otherwise

openxpkiadm version

gives

Can't locate Text/CSV_XS.pm


Loading the schema needs the database, otherwise ERROR 1046 (3D000) at line 4: No database selected

    zcat /usr/share/doc/libopenxpki-perl/examples/schema-mysql.sql.gz | mysql -u root -p openxpki     zcat /usr/share/doc/libopenxpki-perl/examples/schema-mysql.sql.gz | mysql -u root --database openxpki -p openxpki


sampleconfig has a couple of spelling mistakes

    /usr/share/doc/libopenxpki-perl/examples/sampleconfig.sh
        own self singned root ca
        own self signed root ca

        or on productiv usage use
        or in production use



David


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
OpenXPKI-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openxpki-users

Reply via email to