Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ca.bootstrap.postInitHook - adding "step ca provisioner add acme --type ACME" #60

Open
dpaardenkooper opened this issue Jul 19, 2021 · 2 comments

Comments

@dpaardenkooper
Copy link

dpaardenkooper commented Jul 19, 2021

Hi guys,

I want to add this step in the helm chart: "step ca provisioner add acme --type ACME".
Is it simply adding at the field: postInitHook: "step ca provisioner add acme --type ACME"?

Ater deployment I see contents that the ACME protocol is added but with not many info, other then:
"type": "ACME"
"name": "acme-smallstep"

Is this correct?
It seems that there is some info missing.
https://github.com/smallstep/certificates/blob/master/docs/provisioners.md

Kind regards,
Dinant

used links:

{{- if .Values.ca.bootstrap.postInitHook }}
{{ .Values.ca.bootstrap.postInitHook | nindent 4 }}
{{- end }}

#29
#22

@flokli
Copy link
Contributor

flokli commented Feb 23, 2023

This does work for me - please check step ca provisioner add --help output on the other fields you might want to / need to set.

@hslatman
Copy link
Member

Hey @dpaardenkooper, this issue wasn't top of mind anymore, but just saw it again after @flokli sent a response. With smallstep/certificates#1075 support was added to enable ACME (with creation of a default ACME provisioner) using the Helm values.yml file. It might be useful to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants