Add openbao cert
This commit is contained in:
18
infra/configs/openbao-cert.yaml
Normal file
18
infra/configs/openbao-cert.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: openbao
|
||||
namespace: openbao
|
||||
spec:
|
||||
secretName: openbao-lumpiasty-xyz
|
||||
|
||||
dnsNames:
|
||||
- openbao.lumpiasty.xyz
|
||||
|
||||
usages:
|
||||
- digital signature
|
||||
- key encipherment
|
||||
|
||||
issuerRef:
|
||||
name: letsencrypt
|
||||
kind: ClusterIssuer
|
||||
Reference in New Issue
Block a user