<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>certreq Archives &#8211; ATYXIT - Illinois IT Services and IT Support</title>
	<atom:link href="https://atyxit.com/tag/certreq/feed/" rel="self" type="application/rss+xml" />
	<link>https://atyxit.com/tag/certreq/</link>
	<description>Illinois IT Services and IT Support</description>
	<lastBuildDate>Sun, 21 Jan 2024 18:23:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>How to Generate CSR with certreq on Server 2016</title>
		<link>https://atyxit.com/generate-csr-server-2016-certreq/</link>
		
		<dc:creator><![CDATA[atyxadmin]]></dc:creator>
		<pubDate>Thu, 01 Nov 2018 01:45:20 +0000</pubDate>
				<category><![CDATA[Business IT Tips]]></category>
		<category><![CDATA[business IT tips]]></category>
		<category><![CDATA[certreq]]></category>
		<guid isPermaLink="false">https://atyxit.com/?p=621</guid>

					<description><![CDATA[<p>Trying to generate a CSR on your Windows Server 2016? There is no reason to install OPENSSL or install IIS just to generate a CSR, simply use the built in certreq.exe with an INF file to generate a CSR using the guide below. &#160; Create an INF file with the following information: ;----------------- request.inf ----------------- [&#8230;]</p>
<p>The post <a href="https://atyxit.com/generate-csr-server-2016-certreq/">How to Generate CSR with certreq on Server 2016</a> appeared first on <a href="https://atyxit.com">ATYXIT - Illinois IT Services and IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Trying to generate a CSR on your Windows Server 2016? There is no reason to install OPENSSL or install IIS just to generate a CSR, simply use the built in certreq.exe with an INF file to generate a CSR using the guide below.</p>
<p>&nbsp;</p>
<p>Create an INF file with the following information:</p>
<pre>;----------------- request.inf -----------------

[Version]
Signature="$Windows NT$"

[NewRequest]
;Change to your country code, company name, locality name, state or province name and common name
Subject = "C=US, O=Change, L=Chicago, ST=Illinois, CN=www.domain.tld"

KeySpec = 1
KeyLength = 2048
Exportable = TRUE
MachineKeySet = TRUE
SMIME = False
PrivateKeyArchive = FALSE
UserProtected = FALSE
UseExistingKeySet = FALSE
ProviderName = "Microsoft RSA SChannel Cryptographic Provider"
ProviderType = 12
RequestType = PKCS10
KeyUsage = 0xa0
HashAlgorithm = SHA256

[EnhancedKeyUsageExtension]
OID=1.3.6.1.5.5.7.3.1 ; this is for Server Authentication / Token Signing</pre>
<p>Once you have created the INF file with the information above open CMD as an administrator, browse to the path where the .inf file is and issue the following command:</p>
<p>certreq -new request.inf csr.txt</p>
<p>You will now find the generated CSR in the csr.txt at the same file path.</p>
<p>The post <a href="https://atyxit.com/generate-csr-server-2016-certreq/">How to Generate CSR with certreq on Server 2016</a> appeared first on <a href="https://atyxit.com">ATYXIT - Illinois IT Services and IT Support</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
