Initial commit

This commit is contained in:
DJ Lucas
2017-09-13 18:51:26 -05:00
commit 01b55604fc
3 changed files with 852 additions and 0 deletions

6
README Normal file
View File

@@ -0,0 +1,6 @@
make-ca.sh is a script to deliver a complete PKI setup for linux workstaitons
using only bash, coreutils, and openssl, and optionally for OpenJDK, NSS, and
p11-kit if already installed, from the upstream Mozilla cacerts.txt. It was
developed for use with Linux From Scratch to minimize dependencies for early
system build, but has been written to be generic enough for any Linux
distribution.