-
Hi, currently to get a user certificate we run the suggested:
The I wonder: could we as well let the
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Slamdunk, You may be looking for It looks like Does that work for what you need to do? |
Beta Was this translation helpful? Give feedback.
Hi @Slamdunk,
You may be looking for
step ca token [email protected] --provisioner "OIDC"
as the first command.It looks like
step ca token
with an OIDC provisioner is just a shortcut tostep oauth
with the provisioner parameters.Does that work for what you need to do?