feat: Postgers | use client managed certificates
This commit is contained in:
15
postgres/certificates.yaml
Normal file
15
postgres/certificates.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: shahab-client-cert
|
||||
namespace: postgres-system
|
||||
spec:
|
||||
secretName: shahab-client-cert
|
||||
usages:
|
||||
- client auth
|
||||
commonName: shahab
|
||||
issuerRef:
|
||||
name: postgres-client-ca-issuer
|
||||
kind: Issuer
|
||||
group: cert-manager.io
|
||||
Reference in New Issue
Block a user