Scripts to create pki string for ecdsa algorithm.
CA
- CA_INTERMEDIATE
- user1
- user2
- ...
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.
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.