<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cert-Manager on CAP Operator</title><link>https://sap.github.io/cap-operator/tags/cert-manager/</link><description>Recent content in Cert-Manager on CAP Operator</description><generator>Hugo</generator><language>en</language><atom:link href="https://sap.github.io/cap-operator/tags/cert-manager/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuring cert-manager Certificates</title><link>https://sap.github.io/cap-operator/docs/usage/domain-management/cert-manager-config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://sap.github.io/cap-operator/docs/usage/domain-management/cert-manager-config/</guid><description>&lt;p&gt;When the operator is installed with the &lt;strong&gt;cert-manager&lt;/strong&gt; certificate manager (configured via the &lt;a href="../../../configuration#controller"&gt;&lt;code&gt;CERT_MANAGER&lt;/code&gt; environment variable&lt;/a&gt;), it creates a cert-manager &lt;code&gt;Certificate&lt;/code&gt; resource for each &lt;code&gt;Domain&lt;/code&gt; or &lt;code&gt;ClusterDomain&lt;/code&gt;. Every &lt;code&gt;Certificate&lt;/code&gt; must reference an issuer. By default the operator uses a &lt;code&gt;ClusterIssuer&lt;/code&gt; named &lt;code&gt;cluster-ca&lt;/code&gt;. Use &lt;code&gt;certConfig.certManager.issuerRef&lt;/code&gt; to override this with any issuer available in your cluster.&lt;/p&gt;
&lt;h2 id="default-behavior"&gt;Default behavior&lt;/h2&gt;
&lt;p&gt;If &lt;code&gt;certConfig.certManager&lt;/code&gt; is not set, the operator uses the following issuer reference:&lt;/p&gt;
&lt;table&gt;
	&lt;thead&gt;
			&lt;tr&gt;
					&lt;th&gt;Field&lt;/th&gt;
					&lt;th&gt;Default&lt;/th&gt;
			&lt;/tr&gt;
	&lt;/thead&gt;
	&lt;tbody&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;name&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;cluster-ca&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;kind&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;ClusterIssuer&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
			&lt;tr&gt;
					&lt;td&gt;&lt;code&gt;group&lt;/code&gt;&lt;/td&gt;
					&lt;td&gt;&lt;code&gt;cert-manager.io&lt;/code&gt;&lt;/td&gt;
			&lt;/tr&gt;
	&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="configuring-a-custom-issuer"&gt;Configuring a custom issuer&lt;/h2&gt;
&lt;p&gt;Set &lt;code&gt;certConfig.certManager.issuerRef&lt;/code&gt; on a &lt;code&gt;Domain&lt;/code&gt; or &lt;code&gt;ClusterDomain&lt;/code&gt; to point to any cert-manager issuer:&lt;/p&gt;</description></item></channel></rss>