feat: Postgers | use client managed certificates

This commit is contained in:
2024-10-11 15:04:41 +05:00
parent 77a9668446
commit c6933157c0
2 changed files with 129 additions and 10 deletions

View 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