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

Custom Certificate Authorities - Documentation seems incomplete / does not work #9551

Open
jenswachtel opened this issue Oct 22, 2024 · 0 comments

Comments

@jenswachtel
Copy link

Hi,

I was following instructions here - https://www.talos.dev/v1.8/talos-guides/configuration/certificate-authorities/
Expected to apply the yaml via
talosctl patch mc --nodes <IP>-p @my-ca.yaml
but error "TrustedRootsConfig" "v1alpha1": not registered is returned.

Either something is missing in the documentation or I try apply it wrong.
The format of the yaml is exactly what's documented:

apiVersion: v1alpha1
kind: TrustedRootsConfig
name: my-ca
certificates: |-
    -----BEGIN CERTIFICATE-----
    ...<cert gibberish>...
    -----END CERTIFICATE-----    
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

1 participant