Skip to content

too many positional arguments were provided in 'step ca certificate <subject> <crt-file> <key-file>' #997

Discussion options

You must be logged in to vote

There're two different commands:

# To create a certificate using the online step-ca
step ca certificate example.com example.com.crt example.com.key

# To create a certificate signed by a given issuer (offline)
step certificate create --ca iss.crt --ca-key iss.key example.com example.com.crt example.com.key

I believe you want to first one, without the create extra argument.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MP-ICT-Diensten
Comment options

Answer selected by MP-ICT-Diensten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants