Archived

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

New SSL certificates for Ice 3.0 demos & tests

mes
mes California
The attached archive contains replacements for the expired SSL certificates in the Ice 3.0 distribution. These certificates are used only by the tests and demos and do not affect the normal operation of the Ice run time.

Extract the archive in the 'certs' directory of the Ice distribution. Note that, in order to run the IceSSL for C++ tests, you'll also need to copy some files into the test/IceSSL/certs subdirectory:

$ cp certs/cacert.pem test/IceSSL/certs
$ cp certs/c_rsa1024_priv.pem test/IceSSL/certs/goodKey_1.pem
$ cp certs/c_rsa1024_pub.pem test/IceSSL/certs/goodCert_1.pem
$ cp certs/s_rsa1024_priv.pem test/IceSSL/certs/goodKey_2.pem
$ cp certs/s_rsa1024_pub.pem test/IceSSL/certs/goodCert_2.pem

The new certificates have longer expiration periods in order to avoid this problem in future releases. We apologize for any inconvenience.

- Mark