mirror of
https://github.com/aleleba/letsEncryptKubernetes.git
synced 2025-07-01 19:38:16 -06:00
Se crea la presentacion y se agregan los archivos de ejemplo.
This commit is contained in:
15
cert-manager/01-issuer-prod.yaml
Normal file
15
cert-manager/01-issuer-prod.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-prod
|
||||
spec:
|
||||
acme:
|
||||
email: aleleba@hotmail.com
|
||||
server: https://acme-v02.api.letsencrypt.org/directory
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-prod
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
class: nginx
|
||||
#http01: {}
|
15
cert-manager/01-issuer-staging.yaml
Normal file
15
cert-manager/01-issuer-staging.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-staging
|
||||
spec:
|
||||
acme:
|
||||
email: aleleba@hotmail.com
|
||||
server: https://acme-staging-v02.api.letsencrypt.org/directory
|
||||
privateKeySecretRef:
|
||||
name: letsencrypt-staging
|
||||
solvers:
|
||||
- http01:
|
||||
ingress:
|
||||
class: nginx
|
||||
#http01: {}
|
Reference in New Issue
Block a user