You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./pkictl
This tool provides a way to manage private and public keys, create
certificate requests and certificates and sign/verify messages.
Usage: ./pkictl command [flags]
where command is one of:
create-private create a private key
create-public create a public key from a private key
sign-input sign a text using a private key
verify-input verify a text using a signature
create-sign-request create a certificate sign request
create-cert create a certificate from a sign request
where flags is any of:
Seems like flags are missing. Furthermore the description for create-sign-request is wrongly tab idented.
The text was updated successfully, but these errors were encountered:
Output is:
Seems like flags are missing. Furthermore the description for create-sign-request is wrongly tab idented.
The text was updated successfully, but these errors were encountered: