08-Mar-2020 19:23
Normally, how to update the CRL file is using below command.
I want to know how to update CRL file in the other route domain(ex. RD5) with tmsh.
tmsh modify /sys file ssl-crl MYCRL.crl source-path http://crildistributeurl/crl/MYCRL.crl
or
tmsh modify /sys file ssl-crl MYCRL.crl source-path file:/var/tmp/CRL/MYCRL.crl
I'm going to update crl file with daily cron.
Regards,
09-Mar-2020 05:31
You can try by changing route domain first under tmsh using command -
rdsh <route domain id> e.g rdsh 5 in your case.
Hope it helps!
09-Mar-2020 22:38
Hi.
I tried rdsh command, but it didn't work.
I did below,
# rdsh 5
# tmsh create sys file ssl-crl MYCRL.crl source-path file:/var/tmp/CRL/Latest.crl
It seemed that I successed to change the route domain.
( I saw IP address on RD5 with ip a command.)
But, MYCRL.crl file was created on Common partition.
Did I mistake using command?