Generate certificates through package script

This commit is contained in:
2025-03-15 19:53:38 +02:00
parent 2e35bb1a2e
commit fc110b17b9
4 changed files with 7 additions and 2 deletions
-1
View File
@@ -17,7 +17,6 @@ prepare() {
package() {
make DESTDIR="$BPM_OUTPUT" install
install -vdm755 "$BPM_OUTPUT"/etc/ssl/local
/usr/sbin/make-ca -D "$BPM_OUTPUT" -g
install -Dm644 LICENSE.MIT "$BPM_OUTPUT"/usr/share/licenses/LICENSE
}