Skip to content

SauloAlessandre/ecdsa_chain_pki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ecdsa_chain_pki

Scripts to create pki string for ecdsa algorithm.

Chain hierarchy

CA

  • CA_INTERMEDIATE
    • user1
    • user2
    • ...

Creating CA and CA_INTERMEDIATE keys and certificates

How to use: ./create_roots.sh <curve_size>

Example: ./create_roots.sh 384

This will create a nistp384 certificate chain with a CA certificate and a CA-INTERMEDIATE certificate. The CA-INTERMEDIATE will be used to sign certificate request for users.

Creating user key and certificate

How to use: ./create_user.sh [curve_size] [user] [nick]

Example: ./create_user.sh 384 '[email protected]' 'User Name'

This will create a nistp384 user certificate signed by CA-INTERMEDIATE certificate.

About

Scripts to create pki chain for ecdsa algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages