Issuer
Resource Icon

Resource Overview
A Kubernetes resource that accepts certificate signing requests and generates signed certificates from a Certificate Authority (CA).
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the Issuer resource will be deployed
ACME Settings (acme)
acme.server: Endpoint address of the ACME serveracme.email: Email address used by Let's Encrypt to contact regarding certificate issues or expirationacme.private_key_secret_ref: Name of the Kubernetes Secret that stores the client key used for ACME server communication
DNS Solver Settings (dns_solvers)
dns_solvers.provider: DNS-01 challenge type -AzureDNS,Route53,ACMEDNS
ACMEDNS Settings (dns_solvers.acme_dns)
dns_solvers.acme_dns.host: Endpoint address of the acme-dns serverdns_solvers.acme_dns.account_secret_ref_name: Name of the Kubernetes Secret that stores acme-dns account informationdns_solvers.acme_dns.account_secret_ref_key: Name of the key used in the Secret for account information
AzureDNS Settings (dns_solvers.azure_dns)
dns_solvers.azure_dns.client_id: Client ID of the Azure Service Principaldns_solvers.azure_dns.client_secret_name: Name of the Kubernetes Secret that stores the client secretdns_solvers.azure_dns.client_secret_key: Name of the client secret key used in the Secretdns_solvers.azure_dns.subscription_id: Azure subscription IDdns_solvers.azure_dns.tenant_id: Azure Tenant IDdns_solvers.azure_dns.resource_group_name: Resource group where the Azure DNS Zone belongsdns_solvers.azure_dns.hosted_zone_name: Name of the Azure DNS Zone
Route53 Settings (dns_solvers.route53)
dns_solvers.route53.region: AWS region where Route53 is useddns_solvers.route53.access_key_id: AWS access key IDdns_solvers.route53.access_key_secret_name: Name of the Secret that stores the AWS Secret Access Keydns_solvers.route53.access_key_secret_key: Name of the key used in the Secretdns_solvers.route53.secret_access_key_secret_name: Name of the Secret that stores the Secret Access Keydns_solvers.route53.secret_access_key_secret_key: Name of the key for the Secret Access Keydns_solvers.route53.role: AWS IAM Role for managing Route53 DNS
HTTP Solver Settings (http_solvers)
http_solvers.provider: HTTP-01 challenge solving method -Ingress,Gatewayhttp_solvers.ingress_class_name: Name of the Ingress Class to use
Gateway Settings (http_solvers.gateway_parent_refs)
http_solvers.gateway_parent_refs.name: Name of the Gateway resource to connecthttp_solvers.gateway_parent_refs.namespace: Namespace where the Gateway resource belongs