Spotter-VM/lxc-apps/opendatakit/opendatakit-build.image.d/bin/add-ca-cert
2020-04-04 18:04:56 +02:00

5 lines
138 B
Bash
Executable File

#!/bin/sh
true | openssl s_client -connect host:443 | openssl x509 -out /usr/local/share/ca-certificates/host.crt
update-ca-certificates