ckp_regedit -p 'SOFTWARE/CheckPoint/SIC' | egrep -o '[[:digit:]]{1,3}.[[:digit:]]{1,3}.[[:digit:]]{1,3}.[[:digit:]]{1,3}'
Notes:
- Alternatively, you can leave off the grep portion of the command to view the SIC certificate
ckp_regedit -p 'SOFTWARE/CheckPoint/SIC' | egrep -o '[[:digit:]]{1,3}.[[:digit:]]{1,3}.[[:digit:]]{1,3}.[[:digit:]]{1,3}'
Notes: