7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
# import CA certificates installed on the system in mono
|
||
|
case "$ACTION" in
|
||
|
post)
|
||
|
cert-sync /etc/ssl/certs/ca-certificates.crt
|
||
|
;;
|
||
|
esac
|