Skip to content

Create kbs certificates and private key #2

@alicefr

Description

@alicefr

The certificate generation for the KBS is currently missing. Trustee doesn't currently support cert-manager, but it will be handy to integrate the certificate generation and add it to the operator.
Something like this:

apiVersion: cert-manager.io/v1
kind: Issuer
metadata:
  name: kbs-https
  namespace: operators
spec:
  selfSigned: {}
---
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
  name: kbs-https
  namespace: operators
spec:
  dnsNames:
    - kbs.operators.svc
  secretName: kbs-https-certificate
  issuerRef:
    name: kbs-https

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions