Sunday, April 16, 2006

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:
  • <coreid_install_dir>\oblix\tools\configureAAAServer
  • <coreid_install_dir>\oblix\tools\configureWebGate
  • <coreid_install_dir>\oblix\tools\configureAccessGate
Access Server
configureAAAServer reconfig "c:\Program Files\coreid\access"

WebGate
configureWebGate -i "c:\Program Files\coreid\WebComponent\access" -t WebGate -R

AccessGate
configureAccessGate -i "c:\Program Files\coreid\WebComponent\access" -t AccessGate -RRestart the COREid component to get it to bind to TCP/IP port with the new certificate.

See Also: Simple Mode Cert Regeneration (Identity)

5 comments:

  1. Don't forget to copy your simple cert that you created for the identity portion in the SDK portion as well:
    \NetPoint\AccessServerSDK\oblix\config\simple

    One thing to note, if you are using simple certs, you can use the same ones everywhere, for both acccess and identity.

    If you do not update the SDK certs, anytime you call out a function fromt the development kit, it will fail as it cannot negotiate with the identity services.

    ReplyDelete
  2. Thanks for give this instruction.

    After regenerate the certificates under this instruction

    The new certificates are created and the services started, but still could not access access manager and identity manager through webGUI, the screen shows blank or just title. The log shows the error is on simple mode authentication, but no details.

    Did you experience same problem and have this fixed. Or how do I change the configure to Open mode.(remind: I could not access access console through webGUI)?

    Waiting for your update

    ReplyDelete
  3. If you end up with blank screens or errors after renewing your certs then check the permissions of the certificates and on password.xml. I found on my windows host that IIS could no longer read password.xml in the WebPass install.

    ReplyDelete
  4. What is the command to check the certificates expirations. ??

    ReplyDelete
  5. Hi Ash... here is a post on that http://coreidng.blogspot.com/2006/03/certificate-expiration-dates.html

    dave

    ReplyDelete