8 lines
183 B
Bash
8 lines
183 B
Bash
#!/bin/sh
|
|
|
|
update-ca-certificates
|
|
|
|
mkdir -p /etc/skel/.pki/nssdb/
|
|
certutil -A -n "NetDLData" -t "TC,," -d sql:/etc/skel/.pki/nssdb/ -i /usr/local/share/ca-certificates/NetDLData.crt
|
|
|