Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 341 Bytes

File metadata and controls

25 lines (14 loc) · 341 Bytes

CAdmin:

CAdmin is tool that should help maintain simple certification authority.

Usage:

  • Preconfigure CA

    • ./install.py
  • Create CA

    • cp CA.cnf.def CA.cnf
    • ./createca.py
  • Create client certificate

    • ./cln.py
  • Create server certificate

    • ./srv.py
  • Create workstation certificate

    • ./wrk.py