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
|
||||
@@ -15,3 +15,4 @@ resources:
|
||||
- configs/cluster-issuer.yaml
|
||||
- configs/single-hdd-sc.yaml
|
||||
- configs/mayastor-snapshotclass.yaml
|
||||
- configs/openbao-cert.yaml
|
||||
|
||||
Reference in New Issue
Block a user