Skip to content

Commit

Permalink
fix ca certs
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Nov 21, 2023
1 parent fe76029 commit 62b3beb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/postBuild.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#some tasks run in the VM as soon as the vm is up
#some tasks run in the VM as soon as the vm is built and up



/usr/sbin/pkg_add mozilla-rootcerts

rm -f /usr/pkg/etc/openssl/certs/*
rm -rf /etc/openssl/certs/*

/usr/pkg/sbin/mozilla-rootcerts install

Expand Down

0 comments on commit 62b3beb

Please sign in to comment.