Vectras-VM-Android/remoteClientLib/ca-bundle/make-new-bundle.sh
2024-03-24 17:03:04 +02:00

5 lines
106 B
Bash

#!/bin/bash
perl mk-ca-bundle.pl
cat my-ca.crt >> ca-bundle.crt
cp ca-bundle.crt ../assets/ca-bundle.crt