|
Hello, I have recently downloaded and installed step-ca and step-cli following these instructions: I ran into an error during installation where the gpgkey wasn't accepted. But, I used the --nogpgcheck flag for yum/dnf and it installed without issue. I then followed the smallstep instructions for creating a ca, moving the files to /etc/, and running it as a service. I want to make sure I am running this securely, so I believe I need to create EAB credentials for my ACME provisioner. I was able to add the "requireEAB" option to my ACME provisioner. However, I ran into the following error when trying to create an EAB credential on my ACME provisioner: Can anyone help me troubleshoot this error? Please let me know if there is any other information I can provide to help fix this issue. Thanks for any help you can provide. Here is the yum info on the packages I have installed: The version numbers from the programs are: $ step-ca --version $ step-cli --version Here is most of the configuration from my ca.json file: |
Replies: 1 comment 2 replies
|
Hey @wraythex, I believe the error you're getting is because Remote Management may not be enabled. Try adding That said, managing EAB credentials is currently not supported in open source. It is supported in Step CA Pro, and in our hosted offerings. |
The default admin user name is
step. The first JWK provisioner is assumed to be the 'admin" provisioner that provides the admin credentials.That error shows because the ACME provisioner was attempted to sign a token. That's not supported on ACME provisioners. It is on JWK provisioners.
A…