mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-08 03:51:20 +00:00
21 lines
318 B
YAML
21 lines
318 B
YAML
|
---
|
||
|
apiVersion: cert-manager.io/v1
|
||
|
kind: Certificate
|
||
|
metadata:
|
||
|
name: mainnet
|
||
|
spec:
|
||
|
commonName: ""
|
||
|
dnsNames:
|
||
|
- ""
|
||
|
duration: 24h0m0s
|
||
|
issuerRef:
|
||
|
kind: ClusterIssuer
|
||
|
name: ""
|
||
|
renewBefore: 8h0m0s
|
||
|
secretName: ""
|
||
|
subject:
|
||
|
organizations:
|
||
|
- ""
|
||
|
usages:
|
||
|
- server auth
|
||
|
- client auth
|