<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Attestation signing of Windows device driver: An unofficial guide</title>
	<atom:link href="http://billauer.se/blog/2021/05/windows-drivers-attestation-signing/feed/" rel="self" type="application/rss+xml" />
	<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/</link>
	<description>Anything I found worthy to write down.</description>
	<lastBuildDate>Thu, 26 Mar 2026 13:15:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Rudy</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1768</link>
		<dc:creator>Rudy</dc:creator>
		<pubDate>Tue, 19 Mar 2024 06:26:17 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1768</guid>
		<description>When I click the link to add Hardware role in Partner Center the page returns &quot;Sorry, we couldn&#039;t find that page&quot;.  I tried it from multiple account, from multiple browsers on multiple computers with no luck.  Anyone else have this problem or know how to fix it.  There is no way to get Partner Center phone help and the help ticket system seems to be inaccessible.  Did the kernel driver signing method change since this article was written?</description>
		<content:encoded><![CDATA[<p>When I click the link to add Hardware role in Partner Center the page returns &#8220;Sorry, we couldn&#8217;t find that page&#8221;.  I tried it from multiple account, from multiple browsers on multiple computers with no luck.  Anyone else have this problem or know how to fix it.  There is no way to get Partner Center phone help and the help ticket system seems to be inaccessible.  Did the kernel driver signing method change since this article was written?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Budi Mulyana</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1624</link>
		<dc:creator>Budi Mulyana</dc:creator>
		<pubDate>Tue, 16 Aug 2022 07:10:56 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1624</guid>
		<description>Yes, I understand now, Shipping Label is not mandatory in Submit new hardware, right? because the shipping label must select the hardware ID.</description>
		<content:encoded><![CDATA[<p>Yes, I understand now, Shipping Label is not mandatory in Submit new hardware, right? because the shipping label must select the hardware ID.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1623</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Mon, 15 Aug 2022 19:20:00 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1623</guid>
		<description>I don&#039;t know the answer to your direct question, but the reason that drivers must be signed is that they go into the kernel, which puts the software in a position to do virtually anything it wants.

So I don&#039;t think there&#039;s a difference if the software needs to access hardware or not. If it goes into the kernel, I guess it needs to be signed like any other driver.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know the answer to your direct question, but the reason that drivers must be signed is that they go into the kernel, which puts the software in a position to do virtually anything it wants.</p>
<p>So I don&#8217;t think there&#8217;s a difference if the software needs to access hardware or not. If it goes into the kernel, I guess it needs to be signed like any other driver.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Budi Mulyana</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1622</link>
		<dc:creator>Budi Mulyana</dc:creator>
		<pubDate>Mon, 15 Aug 2022 18:32:35 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1622</guid>
		<description>I&#039;ve tried signing manually using signtool, and the signing was successful, but an error occurred when running it using windows service (sc start mydriver.sys), sectigo suggested it should be signed by microsoft parner center.

We develop software in the form of drivers. There is no hardware related driver. We have signed it with an EV code signing certificate from Sectigo. the program is only for monitoring file create, delete files, move files, rename files etc. is it enough to use File Sign Services (LSA) or do I have to Submit New Hardware?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried signing manually using signtool, and the signing was successful, but an error occurred when running it using windows service (sc start mydriver.sys), sectigo suggested it should be signed by microsoft parner center.</p>
<p>We develop software in the form of drivers. There is no hardware related driver. We have signed it with an EV code signing certificate from Sectigo. the program is only for monitoring file create, delete files, move files, rename files etc. is it enough to use File Sign Services (LSA) or do I have to Submit New Hardware?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1621</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Mon, 15 Aug 2022 09:43:04 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1621</guid>
		<description>You don&#039;t. The driver is signed with Microsoft&#039;s signature, and that does the trick.

If you really insist, you could add a second signature to the .cat file, or maybe sign the .sys files before submitting them. I don&#039;t know if either of these will work, but even if it does, I can&#039;t see the point: It&#039;s still Microsoft&#039;s signature that counts.</description>
		<content:encoded><![CDATA[<p>You don&#8217;t. The driver is signed with Microsoft&#8217;s signature, and that does the trick.</p>
<p>If you really insist, you could add a second signature to the .cat file, or maybe sign the .sys files before submitting them. I don&#8217;t know if either of these will work, but even if it does, I can&#8217;t see the point: It&#8217;s still Microsoft&#8217;s signature that counts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Budi Mulyana</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1620</link>
		<dc:creator>Budi Mulyana</dc:creator>
		<pubDate>Mon, 15 Aug 2022 09:18:10 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1620</guid>
		<description>After submitting the complete new hardware (Submission Status is Complete) and the signed zip file has been downloaded, then how do I get my sys file signed with my EV code signing?</description>
		<content:encoded><![CDATA[<p>After submitting the complete new hardware (Submission Status is Complete) and the signed zip file has been downloaded, then how do I get my sys file signed with my EV code signing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eli</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1617</link>
		<dc:creator>eli</dc:creator>
		<pubDate>Thu, 28 Jul 2022 05:44:01 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1617</guid>
		<description>The name that appears in the Device Manager is set in the .inf file. As I mentioned above, the name in the submission is for your own internal use.</description>
		<content:encoded><![CDATA[<p>The name that appears in the Device Manager is set in the .inf file. As I mentioned above, the name in the submission is for your own internal use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dumas</title>
		<link>https://billauer.se/blog/2021/05/windows-drivers-attestation-signing/comment-page-1/#comment-1616</link>
		<dc:creator>Brian Dumas</dc:creator>
		<pubDate>Wed, 27 Jul 2022 21:49:19 +0000</pubDate>
		<guid isPermaLink="false">https://billauer.se/blog/?p=6296#comment-1616</guid>
		<description>Quick question - when the driver is installed and I look under Device Manager, why does it not use the name I used in the submission?

Also, thank you so much for writing this. I searched all over and asked questions on a lot of web sites, and this article pushed me over the top. I got it signed.</description>
		<content:encoded><![CDATA[<p>Quick question &#8211; when the driver is installed and I look under Device Manager, why does it not use the name I used in the submission?</p>
<p>Also, thank you so much for writing this. I searched all over and asked questions on a lot of web sites, and this article pushed me over the top. I got it signed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
