Archived

This forum has been archived. Please start a new discussion on GitHub.

How to generate valid certificate for ICESSL by openssl?

Hi,
As others may encounter the same situation, I got a "certificate expired" problem with ICESSL. Can anybody tell me how to generate a valid certificate, i.e., valid for ICESSL, by openssl? Thanks a lot!

Comments

  • Anybody help!

    Is there anybody who would help me? I am looking forward to your kind answers!
  • benoit
    benoit Rennes, France
    I apologize for the late answer, you can use the Ice-2.0.0/config/makecerts script to generate new certificates, the new certificates will overwrite the ones located in Ice-2.0.0/certs.

    Or you can simply unzip the certificates I've attached to this post to overwrite the ones from your Ice distribution:

    $ cd Ice-2.0.0
    $ unzip certs.zip

    Benoit.
  • Thanks to benoid!
    Actually, I should be sorry for my absence of mind. I should have noticed the makecerts script.
    Fortunately, I used CA.sh in openssl's package to generate valid certs myself.