Initial commit
This commit is contained in:
22
linkerd/templates/identity-issuer-certificate.yaml
Normal file
22
linkerd/templates/identity-issuer-certificate.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: linkerd-identity-issuer
|
||||
spec:
|
||||
secretName: linkerd-identity-issuer
|
||||
duration: 48h
|
||||
renewBefore: 25h
|
||||
issuerRef:
|
||||
name: linkerd-trust-anchor
|
||||
kind: Issuer
|
||||
commonName: identity.linkerd.cluster.local
|
||||
dnsNames:
|
||||
- identity.linkerd.cluster.local
|
||||
isCA: true
|
||||
privateKey:
|
||||
algorithm: ECDSA
|
||||
usages:
|
||||
- cert sign
|
||||
- crl sign
|
||||
- server auth
|
||||
- client auth
|
||||
Reference in New Issue
Block a user