Skip to content

Commit

Permalink
Prepare for initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 committed Sep 18, 2024
1 parent f88c232 commit e69c627
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pki
# pki.bash

The goal of this project is to provide a easy-to-use PKI that is purely based on OpenSSL 3.0.13
and provides both TLS server certificates as well as client certificates for mTLS-based client authentication.
A simple yet powerful public key infrastrukture build around OpenSSL 3 with no additional dependencies,
providing TLS server authentication certificates and mTLS client authentication certificates.

## Installation

Expand Down
5 changes: 5 additions & 0 deletions pki.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
# Script: pki.bash
# Purpose: A simple yet powerful public key infrastrukture build around OpenSSL 3 with no additional dependencies,
# providing TLS server authentication certificates and mTLS client authentication certificates.
# Author: Florian Hotze
# License: GPL-3.0

CERTS_SIGNING=certs/signing/
REQS_SIGNING=reqs/signing/
Expand Down

0 comments on commit e69c627

Please sign in to comment.