Simple Mode Cert Regeneration (Access)
When simple mode certificates are going to expire, …….
They need to be regenerated so the component(s) that have the old certificates may still communicate with other COREid components. The method for regenerating certificates varies between the COREid Access and Identity Systems. The Access Server, WebGate and AccessGate components all use the configuration tool relevant to their install. These are as follows:
1 2 3 4 5 |
<coreid_install_dir>\oblix\tools\configureAAAServer <coreid_install_dir>\oblix\tools\configureWebGate <coreid_install_dir>\oblix\tools\configureAccessGate |
Access Server
1 |
configureAAAServer reconfig "c:\Program Files\coreid\access" |
WebGate
1 |
configureWebGate -i "c:\Program Files\coreid\WebComponent\access" -t WebGate -R |
AccessGate
1 |
configureAccessGate -i "c:\Program Files\coreid\WebComponent\access" -t AccessGate -R |
Restart the COREid component to get it to bind to TCP/IP port with the new certificate.
See Also: Simple Mode Cert Regeneration (Identity)