fadecore

Results 7 comments of fadecore

I currently build my own Image for testing as follows: ```dockerfile FROM alpine:3.15.4 USER root RUN apk add --no-cache \ git \ bash \ curl # alpine uses adduser instead...

I'm currently working with some software of a vendor that states in the manual to manually create a keystores and then create one secret via kubectl that contains both the...

I run it in a gitlab pipeline and ... you are right the orignal image doesn't work. I was stumbling over non-root beforehand, so I already had to create my...

From experience with other CAs, did you use `rotationPolicy: Always`? With this a renew would trigger generating a new private key and in order of that a new certificate request,...

Is it really needed? You could just download the cert-manager.crds.yaml for your release from https://github.com/cert-manager/cert-manager/releases or use something like this: ```bash $ helm repo add jetstack https://charts.jetstack.io $ helm pull...

You are sure there is an URL attribute? Is there some source like an RFC which describes the pattern of the SAN URL? I couldn't find something after a short...