Not allowed to sign ssh host cert error #1950
-
IssueWhen I request ssh host certificate: step ssh certificate --host --not-after=3h --provisioner=Main temp-id temp-file I get the following error:
and I need help to get around that. Would you be so kind? LogMy log says:
ConfigMy main provisioner is configured like this: {
"type": "JWK",
"name": "Main",
"key": {
"use": "sig",
"kty": "EC",
"kid": "6Q6qez...",
"crv": "P-256",
"alg": "ES256",
"x": "7oMObt...",
"y": "GxPXn4..."
},
"encryptedKey": "eyJhbG...",
"claims": {
"maxTLSCertDuration": "4368h0...",
"defaultTLSCertDuration": "168h0m...",
"maxUserSSHCertDuration": "168h0m...",
"defaultUserSSHCertDuration": "48h0m0...",
"maxHostSSHCertDuration": "1680h0...",
"defaultHostSSHCertDuration": "336h0m...",
"enableSSHCA": true,
"disableRenewal": false,
"allowRenewalAfterExpiry": false,
"disableSmallstepExtensions": false
},
"options": {
"x509": {
"template": "===redacted==="
},
"ssh": {}
}
}, And I have those in "ssh": {
"hostKey": "/etc/step-ca/secrets/ssh-host-ca-key",
"userKey": "/etc/step-ca/secrets/ssh-user-ca-key"
}, OtherWhen I was initiating the ca I did not use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Answer to myself, from SSH Policies
|
Beta Was this translation helpful? Give feedback.
Answer to myself, from SSH Policies