You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
apiVersion: certmanager.k8s.io/v1alpha1
kind: Issuer
metadata:
name: letsencrypt
namespace: default
spec:
acme:
# The ACME server URL
server: <%= server %>
# Email address used for ACME registration
email: <%= email %>
# Name of a secret used to store the ACME account private key
privateKeySecretRef:
name: letsencrypt
# Enable the HTTP-01 challenge provider
http01: {}
The text was updated successfully, but these errors were encountered:
Resource file example:
The text was updated successfully, but these errors were encountered: