mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
9ebdf8edc0
patches/packages/ca-certificates-20220309-noarch-1_slack15.0.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections.
3 lines
128 B
Bash
3 lines
128 B
Bash
#!/bin/sh
|
|
#BLURB="Rebuild SSL certificate database."
|
|
chroot . usr/sbin/update-ca-certificates --fresh 1> /dev/null 2> /dev/null
|