mirror of
https://github.com/Linux4Yourself/book.git
synced 2025-02-12 15:14:58 +08:00
8 lines
247 B
Plaintext
8 lines
247 B
Plaintext
|
sed '20,$ d' -i trust/trust-extract-compat &&
|
||
|
cat >> trust/trust-extract-compat << "EOF"
|
||
|
# Copy existing anchor modifications to /etc/ssl/local
|
||
|
/usr/libexec/make-ca/copy-trust-modifications
|
||
|
|
||
|
# Generate a new trust store
|
||
|
/usr/sbin/make-ca -f -g
|
||
|
EOF
|