import rsc file, want to continue with errors? need help

Hi

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… :open_mouth:

Run it in terminal again and read the output to see where your problem is and fix it.

Although it would be nice, there is no force option make it continue with errors.

the problem is, when I import a certificate:

I have to drop this code into the terminal:

/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 :open_mouth: