I want to change my hotpost certificates by running this script:
ssh admin@SERVER_IP -p SSH_PORT "/file remove certif.key.pem"
ssh admin@SERVER_IP -p SSH_PORT "/file remove certif.crt.pem"
scp -P SSH_PORT certif.crt.pem admin@SERVER_IP:/
scp -P SSH_PORT certif.key.pem admin@SERVER_IP:/
My question:
Do I need to restart the MikroTIK or is it transparent(no restart needed)?