<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Change Certificate Manager Default Internal Certificate Lifetime]]></title><description><![CDATA[<p dir="auto">As title.</p>
<p dir="auto">Is there a way to change the default Certificate Lifetime for new certs in Certificate Manager from 3650 days to another value?</p>
<p dir="auto">I've poured through the General &amp; Advanced settings and cannot find anything obvious. If it's a Tunable, can someone advise the name &amp; value?</p>
]]></description><link>https://forum.netgate.com/topic/133769/change-certificate-manager-default-internal-certificate-lifetime</link><generator>RSS for Node</generator><lastBuildDate>Wed, 15 Apr 2026 19:02:24 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/133769.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Aug 2018 08:52:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Change Certificate Manager Default Internal Certificate Lifetime on Tue, 14 Aug 2018 09:23:53 GMT]]></title><description><![CDATA[<p dir="auto">You would have to edit php file used when creating cert..</p>
<p dir="auto">https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/system_certmanager.php</p>
<pre><code>if ($act == "new") {
	$pconfig['method'] = $_POST['method'];
	$pconfig['keylen'] = "2048";
	$pconfig['digest_alg'] = "sha256";
	$pconfig['csr_keylen'] = "2048";
	$pconfig['csr_digest_alg'] = "sha256";
	$pconfig['csrsign_digest_alg'] = "sha256";
	$pconfig['type'] = "user";
	$pconfig['lifetime'] = "3650";
}
</code></pre>
<p dir="auto">Keep in mind that would be reverted every time you updated pfsense and that file gets redone, etc.</p>
]]></description><link>https://forum.netgate.com/post/782912</link><guid isPermaLink="true">https://forum.netgate.com/post/782912</guid><dc:creator><![CDATA[johnpoz]]></dc:creator><pubDate>Tue, 14 Aug 2018 09:23:53 GMT</pubDate></item></channel></rss>