• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Feb-2019-

db/H05-Feb-2019-1,7031,634

README.mdH A D05-Feb-2019743 1913

c_dsa_ca1_priv.pemH A D05-Feb-2019509 109

c_dsa_ca1_pub.pemH A D05-Feb-20191.8 KiB3130

c_rsa_ca1_exp_priv.pemH A D05-Feb-20191.6 KiB2827

c_rsa_ca1_exp_pub.pemH A D05-Feb-20191.6 KiB2928

c_rsa_ca1_priv.pemH A D05-Feb-20191.6 KiB2827

c_rsa_ca1_pub.pemH A D05-Feb-20191.7 KiB2928

c_rsa_ca2_priv.pemH A D05-Feb-20191.6 KiB2827

c_rsa_ca2_pub.pemH A D05-Feb-20191.7 KiB2928

c_rsa_cai2_priv.pemH A D05-Feb-20191.6 KiB2827

c_rsa_cai2_pub.pemH A D05-Feb-20195 KiB8584

c_rsa_pass_ca1_priv.pemH A D05-Feb-20191.7 KiB3129

c_rsa_pass_ca1_pub.pemH A D05-Feb-20191.7 KiB2928

cacert1.pemH A D05-Feb-20191.4 KiB2524

cacert2.pemH A D05-Feb-20191.4 KiB2524

cacert2_priv.pemH A D05-Feb-20191.6 KiB2827

cacert2_pub.pemH A D05-Feb-20191.4 KiB2524

cacert_custom.extH A D05-Feb-2019440 1611

cacert_custom.pemH A D05-Feb-20191.3 KiB2423

cacert_custom.reqH A D05-Feb-2019335 1612

cacerts.pemH A D05-Feb-20192.8 KiB4948

cakey1.pemH A D05-Feb-2019916 1716

cakey2.pemH A D05-Feb-20191.6 KiB2827

dsaparam1024.pemH A D05-Feb-2019455 109

makecerts.pyH A D03-May-20227.7 KiB189139

s_dsa_ca1_priv.pemH A D05-Feb-2019509 109

s_dsa_ca1_pub.pemH A D05-Feb-20191.8 KiB3130

s_rsa_ca1_cn1_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn1_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn2_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn2_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn3_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn3_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn4_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn4_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn5_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn5_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn6_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn6_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn7_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn7_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn8_priv.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_cn8_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca1_exp_priv.pemH A D05-Feb-20191.6 KiB2827

s_rsa_ca1_exp_pub.pemH A D05-Feb-20191.6 KiB2928

s_rsa_ca1_priv.pemH A D05-Feb-20191.6 KiB2827

s_rsa_ca1_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_ca2_priv.pemH A D05-Feb-20191.6 KiB2827

s_rsa_ca2_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_cai1_priv.pemH A D05-Feb-20191.6 KiB2827

s_rsa_cai1_pub.pemH A D05-Feb-20193.3 KiB5756

s_rsa_cai2_priv.pemH A D05-Feb-20191.6 KiB2827

s_rsa_cai2_pub.pemH A D05-Feb-20195 KiB8584

s_rsa_pass_ca1_priv.pemH A D05-Feb-20191.7 KiB3129

s_rsa_pass_ca1_pub.pemH A D05-Feb-20191.7 KiB2928

s_rsa_wroot_ca1_priv.pemH A D05-Feb-20191.6 KiB2827

s_rsa_wroot_ca1_pub.pemH A D05-Feb-20191.7 KiB2928

README.md

1This directory contains certificates that are required by the tests in
2test/IceSSL/configuration. The 'makecerts.py' script generates
3certificates in the current directory using the CA databases stored
4under the db directory.
5
6You can use iceca from the zeroc-ice-certutils PyPi package to view
7the content of the CA databases, for example:
8
9    ICE_CA_HOME=db/ca1 iceca --capass=password list
10
11Running this script will just re-save the certificates in the current
12directory without creating new certificates.
13
14If you want to create a new set of certificates, you should run the
15scripts with --clean to clean the CA databases.
16
17WARNING: re-generating the certificates will require fixing the tests
18to account for the new subject key IDs, etc.
19