Warning, /frameworks/kdelibs4support/src/kssl/kssl/HOWTO is written in an unsupported language. File is not indexed.

0001 
0002 NOTE: If you want to add a root file, please contact kde-core-devel and the
0003 maintainer (currently bradh@kde.org) with full details.
0004 
0005 
0006 1) Build cert_extract
0007 2) Make a directory 'certtmp'
0008 3) cd 'certtmp'
0009 4) Run ../cert_extract /path/to/netscape/cert7.db
0010    This will create many files and an index
0011 5) Remove the TrustCenter level 0 certificate.
0012 6) Merge these files into a bundle with:
0013    ../cert_bundle /path/to/netscape/cert7.db cert.index ../caroot/ca-bundle.crt
0014 7) Merge these files into a KDE config file with:
0015    ../certkde
0016 8) mv ksslcalist ../
0017 9) Merge in the local certs that we added ourselves with:
0018    cd ..
0019    ./mergelocal
0020 10) *Do your diffs*!  Make *sure* you commit what you think you are committing.
0021 11) svn commit
0022 
0023 
0024 
0025 
0026 To add local files:
0027 1) Create the .pem file and check it into cvs in kdelibs/kio/kssl/kssl.
0028 2) List the pem file name as a single line in 'localcerts'.
0029 
0030