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
I have been running for a while now with step-ca for ACME. I wanted to add eab but I got an error. I was asked for an admin and password and encountered an error after entering them.
✔ Please enter admin name/subject (e.g., name@example.com): admin@test.org
✔ Provisioner: test (ACME)
error creating admin client: step ACME provisioners do not support token auth flows
I had removed all JWK configuration and did not know that I do not have an admin now.
For testing I have installed step and step-cli on a new server for testing. This was an empty configuration with an admin. But when I try to add or even list the admins I got a new error.
[build]:~
root# step ca admin list
No admin credentials found. You must login to execute admin commands.
✔ Please enter admin name/subject (e.g., name@example.com): admin@test.org
✔ Provisioner: admin@test.org (JWK) [kid: wDDZYs_NDOetIpGNjx9GLp_wFsnt3pfy7_EkrXpHdDw]
Please enter the password to decrypt the provisioner key:
json: cannot unmarshal number into Go value of type ca.AdminClientError
I have searched the internet for this error but did not find a real answer. I found this: #963 but it was not clear to me on what to do to fix this. I am running both step and step-ca on the same machine. And I do not want to change to a different database.
Bear in mind this is an empty setup and I do not understand what I have configured wrong. This is supposed to work, isn't it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I have been running for a while now with step-ca for ACME. I wanted to add eab but I got an error. I was asked for an admin and password and encountered an error after entering them.
I had removed all JWK configuration and did not know that I do not have an admin now.
For testing I have installed step and step-cli on a new server for testing. This was an empty configuration with an admin. But when I try to add or even list the admins I got a new error.
I have searched the internet for this error but did not find a real answer. I found this: #963 but it was not clear to me on what to do to fix this. I am running both step and step-ca on the same machine. And I do not want to change to a different database.
Bear in mind this is an empty setup and I do not understand what I have configured wrong. This is supposed to work, isn't it?
Beta Was this translation helpful? Give feedback.
All reactions