Skip to content

sha256 keys #1959

Answered by tashian
keith6014 asked this question in General
Discussion options

You must be logged in to vote

This comes close, hope it helps:

$ cat f.tpl
{
            "subject": {
              "commonName": "bar"
            },
            "issuer": {
              "commonName": "bar"
            },
            "basicConstraints": {
              "isCA": true,
              "maxPathLen": -1
            }
}
$ step certificate create bar f.crt f.key --kty RSA \
     --template f.tpl \
     --not-after 21900h

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by keith6014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants