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 create-private --type=rsa --length=2048 | ./pkictl create-public -private-key="STDIN"
Flags invalid: Error reading private key: stat STDIN: no such file or directory
Usage: ./pkictl create-public [flags]
where flags is any of:
-output="STDOUT": path to the output or STDOUT
-private-key="": path to the private key (required)
example:
create-public -private-key=foo.ecdsa
Error when writing output: write /dev/stdout: broken pipe
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: