chore(openssl): remove dist files from ssldir
This commit is contained in:
parent
5ecfd546f6
commit
4c0ae9086b
2 changed files with 6 additions and 1 deletions
|
@ -81,7 +81,11 @@ runCommand name
|
|||
find tree -type d -exec chmod 0755 {} \;
|
||||
mkfs.erofs --all-root $name.raw tree/
|
||||
veritysetup format --root-hash-file $name.roothash $name.raw $name.verity
|
||||
#TODO: pcks7 signature?
|
||||
# TODO: pcks7 signature
|
||||
# openssl smime -sign -nocerts -noattr -binary -in ${name}.roothash \
|
||||
# -inkey key.pem -signer cert.pem -outform der -out ${name}.roothash.p7s
|
||||
rm -rf tree
|
||||
sha256sum * > SHA256SUMS
|
||||
# TODO: add gpg signature
|
||||
popd
|
||||
''
|
||||
|
|
|
@ -145,6 +145,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installPhase = ''
|
||||
make DESTDIR=$out install
|
||||
rm -rf $out/etc/ssl/*.dist $out/etc/ssl/misc
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue