44 lines
784 B
Markdown
44 lines
784 B
Markdown
# 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
|
|
|
|
## 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)
|
|
|