22 lines
499 B
YAML
22 lines
499 B
YAML
apiVersion: cert-manager.io/v1
|
|
kind: Issuer
|
|
metadata:
|
|
name: microsoft-entra-id-selfsigned
|
|
namespace: freeleaps-controls-system
|
|
spec:
|
|
selfSigned: {}
|
|
---
|
|
apiVersion: cert-manager.io/v1
|
|
kind: Certificate
|
|
metadata:
|
|
name: microsoft-entra-id-selfsigned
|
|
namespace: freeleaps-controls-system
|
|
spec:
|
|
dnsNames:
|
|
- login.microsoftonline.com
|
|
- 4.155.160.32
|
|
secretName: microsoft-entra-id-selfsigned
|
|
issuerRef:
|
|
name: microsoft-entra-id-selfsigned
|
|
kind: Issuer
|
|
group: cert-manager.io |