mirror of
https://github.com/xoureldeen/Vectras-VM-Android.git
synced 2026-05-11 13:29:02 +00:00
5 lines
106 B
Bash
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
|