Skip to content

Commit

Permalink
fix: certificates CA
Browse files Browse the repository at this point in the history
Copy-paste error from tools.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Jan 21, 2025
1 parent 57f492d commit 5934363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ca-certificates/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ steps:
sha512: bf578937d7826106bae1ebe74a70bfbc439387445a1f41ef57430de9d9aea6fcfa1884381bf0ef14632f6b89e9543642c9b774fcca93837efffdc557c4958dbd
install:
- |
mkdir -p /rootfs${TOOLCHAIN}/etc/ssl/certs
mv cacert.pem /rootfs${TOOLCHAIN}/etc/ssl/certs/ca-certificates
mkdir -p /rootfs/etc/ssl/certs
mv cacert.pem /rootfs/etc/ssl/certs/ca-certificates
finalize:
- from: /rootfs
to: /

0 comments on commit 5934363

Please sign in to comment.