Spotter-VM/lxc-apps/opendatakit/opendatakit-build.image.d/bin/add-ca-cert

5 lines
142 B
Plaintext
Raw Normal View History

2020-03-21 22:42:35 +01:00
#!/bin/sh
true | openssl s_client -connect host:443 | openssl x509 -out /usr/local/share/ca-certificates/host.crt
update-ca-certificates