mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-25 11:05:10 +00:00
20 lines
No EOL
399 B
YAML
20 lines
No EOL
399 B
YAML
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: org2-ecert-ca-tls-cert
|
|
namespace: test-network
|
|
spec:
|
|
isCA: false
|
|
privateKey:
|
|
algorithm: ECDSA
|
|
size: 256
|
|
dnsNames:
|
|
- localhost
|
|
- org2-ecert-ca
|
|
- org2-ecert-ca.test-network.svc.cluster.local
|
|
ipAddresses:
|
|
- 127.0.0.1
|
|
secretName: org2-ecert-ca-tls-cert
|
|
issuerRef:
|
|
name: org2-tls-cert-issuer |