I want to import a script, that will continue with errors? because if I drop the same code into the terminal it does exactly what I want it to do, but but but… if I drop that same code into a rsc file and import it …it pops a error when I import it…
/certificate import file-name=ca.crt
123456789
/log info “certificate imported”
and then it imports my certificate without any issues, but I want to load that stuff into a .rsc file to do it all
Run it in terminal again and read the output to see where your problem is and fix it.
no error if I copy and past the code, but when I run it, its doesnt wanna except the passphrase, its doesnt allow to add a phaseprase=“” command in the first place