a
This commit is contained in:
parent
90983f85e5
commit
0f5bf9850a
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
cd || exit
|
cd || exit
|
||||||
mkdir tmp_install
|
mkdir tmp_install
|
||||||
cd tmp_install || exit
|
cd tmp_install || exit
|
||||||
|
sudo apt install curl -y
|
||||||
if [ "$1" == 1 ]; then
|
if [ "$1" == 1 ]; then
|
||||||
curl https://sertifika.meb.gov.tr/MEB_SERTIFIKASI.cer --output MEB_SERTIFIKASI.cer
|
curl https://sertifika.meb.gov.tr/MEB_SERTIFIKASI.cer --output MEB_SERTIFIKASI.cer
|
||||||
openssl x509 -inform DER -in MEB_SERTIFIKASI.cer -out MEB_SERTIFIKASI.crt
|
openssl x509 -inform DER -in MEB_SERTIFIKASI.cer -out MEB_SERTIFIKASI.crt
|
||||||
|
|
Loading…
Reference in a new issue