<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Certstrap_issues</id>
	<title>Certstrap issues - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=Certstrap_issues"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Certstrap_issues&amp;action=history"/>
	<updated>2026-04-20T02:34:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=Certstrap_issues&amp;diff=4643&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;It would be nice to --subject option in order to have complete control over the common name that is limited by assumptions of --common-name  Example ``` certstrap init --key-b...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=Certstrap_issues&amp;diff=4643&amp;oldid=prev"/>
		<updated>2023-11-10T05:00:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;It would be nice to --subject option in order to have complete control over the common name that is limited by assumptions of --common-name  Example ``` certstrap init --key-b...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;It would be nice to --subject option in order to have complete control over the common name that is limited by assumptions of --common-name&lt;br /&gt;
&lt;br /&gt;
Example&lt;br /&gt;
```&lt;br /&gt;
certstrap init --key-bits=4096 --passphrase &amp;quot;fooo&amp;quot; --common-name &amp;quot;foo, DC = example, DC = com&amp;quot; --exclude-path-length&lt;br /&gt;
openssl x509 --text -in out/foo\,_DC_\=_example\,_DC_\=_com.crt | grep &amp;quot;Subject: CN&amp;quot;&lt;br /&gt;
```&lt;br /&gt;
returns&lt;br /&gt;
```&lt;br /&gt;
Subject: CN = &amp;quot;foo, DC = example, DC = com&amp;quot;&lt;br /&gt;
```&lt;br /&gt;
instead of&lt;br /&gt;
Subject: CN = foo, DC = example, DC = com&lt;br /&gt;
&lt;br /&gt;
OpenSSL will allow you to do this with&lt;br /&gt;
```&lt;br /&gt;
openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout a.key -out a.crt -subj &amp;quot;/DC=com/DC=example/CN=foo&amp;quot;&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
This might be nitty but there are times it is nice to not have certstrap adding quotes or auto prefixing CN&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>