Archived
Generate certificates through package script
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
name: make-ca
|
||||
description: PKI setup script for LFS (and others)
|
||||
version: 1.13
|
||||
revision: 2
|
||||
revision: 3
|
||||
url: https://github.com/lfs-book/make-ca
|
||||
license: GPL3 or MIT
|
||||
architecture: any
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
/usr/sbin/make-ca -D "$BPM_ROOT" -g
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf "$BPM_ROOT"/etc/ssl/*
|
||||
Reference in New Issue
Block a user