Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README 949B

123456789101112131415161718192021222324
  1. python-ldap test certificates
  2. =============================
  3. Certificates and keys
  4. ---------------------
  5. * ``ca.pem``: internal root CA certificate
  6. * ``server.pem``: TLS server certificate for slapd, signed by root CA. The
  7. server cert is valid for DNS Name ``localhost`` and IPs ``127.0.0.1`` and
  8. ``:1``.
  9. * ``server.key``: private key for ``server.pem``, no password protection
  10. * ``client.pem``: certificate for TLS client cert authentication, signed by
  11. root CA.
  12. * ``client.key``: private key for ``client.pem``, no password protection
  13. Configuration and scripts
  14. -------------------------
  15. * ``ca.conf`` contains the CA definition as well as extensions for the
  16. client and server certificates.
  17. * ``client.conf`` and ``server.conf`` hold the subject and base configuration
  18. for server and client certs.
  19. * ``gencerts.sh`` creates new CA, client and server certificates.
  20. * ``gennssdb.sh`` can be used to create a NSSDB for all certs and keys.