# Toolbox for own pki ## Description This toolkit allows you to manage a personal PKI through various bash scripts. ## Requierement - Linux environment - Rocky Linux 10 - Redhat 10 - Packages - sqlite - litecli sqlite text client (`pip3 install litecli`) Not essential for the tools to work, but could be handy ## Installation ```bash git clone https://gitweb.dyndns.org/scripts/own-ski.git ``` ```bash sudo ./install.sh ``` ## Configuration ### Config file ### Database ```bash ./create-db.sh ``` ## Tools list | Name | Description | | :--- | :--- | | install.sh | install toolbox own pki | | create-ca.sh | create a Certificate Authority (CA) | ## Sources - https://jamielinux.com/docs/openssl-certificate-authority/create-the-root-pair.html ## Changelog ### [1.0.0] - 2026-04-18 #### Added - #### Project initialization - initialized by [GMo](mailto:gilles.mouchet@geneve.ch)