41 lines
999 B
Markdown
41 lines
999 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
|
|
|
|
## Installation
|
|
```bash
|
|
git clone https://gitweb.dyndns.org/scripts/own-pki.git
|
|
```
|
|
```bash
|
|
sudo ./install.sh
|
|
```
|
|
|
|
## Configuration
|
|
### Config file
|
|
Edit configuration file `/etc/own-pki/own-pki.conf`
|
|
## Tools list
|
|
| Name | Description |
|
|
| :--- | :--- |
|
|
| `install.sh` | install toolbox own pki |
|
|
| `create-ca.sh` | create a Certificate Authority (CA) |
|
|
| `generate-cert.sh` | generate a certificat |
|
|
| `info-cert.sh` | display certificate info |
|
|
| `remove-cert.sh` | remove a certificate |
|
|
| `renew-cert.sh` | recertify a certificate |
|
|
|
|
## Sources
|
|
- [OpenSSL Certificate Authority](https://jamielinux.com/docs/openssl-certificate-authority/create-the-root-pair.html)
|
|
|
|
## Changelog
|
|
### [1.0.0] - 2026-04-30
|
|
#### Added
|
|
- scripts
|
|
#### Project initialization
|
|
- initialized by [GMo](mailto:gilles.mouchet@geneve.ch)
|
|
|