summaryrefslogtreecommitdiffstats
path: root/kio/kssl/kssl/HOWTO
diff options
context:
space:
mode:
Diffstat (limited to 'kio/kssl/kssl/HOWTO')
-rw-r--r--kio/kssl/kssl/HOWTO30
1 files changed, 0 insertions, 30 deletions
diff --git a/kio/kssl/kssl/HOWTO b/kio/kssl/kssl/HOWTO
deleted file mode 100644
index 9a74e418b..000000000
--- a/kio/kssl/kssl/HOWTO
+++ /dev/null
@@ -1,30 +0,0 @@
-
-NOTE: If you want to add a root file, please contact kde-core-devel and the
-maintainer (currently bradh@kde.org) with full details.
-
-
-1) Build cert_extract
-2) Make a directory 'certtmp'
-3) cd 'certtmp'
-4) Run ../cert_extract /path/to/netscape/cert7.db
- This will create many files and an index
-5) Remove the TrustCenter level 0 certificate.
-6) Merge these files into a bundle with:
- ../cert_bundle /path/to/netscape/cert7.db cert.index ../caroot/ca-bundle.crt
-7) Merge these files into a KDE config file with:
- ../certkde
-8) mv ksslcalist ../
-9) Merge in the local certs that we added ourselves with:
- cd ..
- ./mergelocal
-10) *Do your diffs*! Make *sure* you commit what you think you are committing.
-11) svn commit
-
-
-
-
-To add local files:
-1) Create the .pem file and check it into cvs in tdelibs/kio/kssl/kssl.
-2) List the pem file name as a single line in 'localcerts'.
-
-