<?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>IT Log &#187; PKI</title>
	<atom:link href="http://itlog.cz/rubriky/pki/feed/" rel="self" type="application/rss+xml" />
	<link>http://itlog.cz</link>
	<description>Information Technology</description>
	<lastBuildDate>Sat, 19 May 2012 17:24:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Active Directory Certificate Services AD CS Overview</title>
		<link>http://itlog.cz/2011/10/07/active-directory-certificate-services-ad-cs-overview/</link>
		<comments>http://itlog.cz/2011/10/07/active-directory-certificate-services-ad-cs-overview/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 14:14:55 +0000</pubDate>
		<dc:creator>Stanislav Jermář</dc:creator>
				<category><![CDATA[admin]]></category>
		<category><![CDATA[PKI]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[pki]]></category>

		<guid isPermaLink="false">http://itlog.cz/?p=762</guid>
		<description><![CDATA[Přehled &#8211; včetně změn zavedených ve Windows 2008 R2: Zdroj: Active Directory Certificate Services AD CS Overview &#8211; TechNet Articles &#8211; Home &#8211; TechNet Wiki.]]></description>
			<content:encoded><![CDATA[<p>Přehled &#8211; včetně změn zavedených ve Windows 2008 R2:</p>
<p>Zdroj: <a href="http://social.technet.microsoft.com/wiki/contents/articles/1137.aspx#Features">Active Directory Certificate Services AD CS Overview &#8211; TechNet Articles &#8211; Home &#8211; TechNet Wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://itlog.cz/2011/10/07/active-directory-certificate-services-ad-cs-overview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PowerShell a stav CRL</title>
		<link>http://itlog.cz/2011/01/27/powershell-a-stav-crl/</link>
		<comments>http://itlog.cz/2011/01/27/powershell-a-stav-crl/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 20:57:24 +0000</pubDate>
		<dc:creator>Stanislav Jermář</dc:creator>
				<category><![CDATA[PKI]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[pki]]></category>

		<guid isPermaLink="false">http://itlog.cz/?p=361</guid>
		<description><![CDATA[Výpis platnosti seznamu odvolaných certifikátů pomocí PowerShellu + rozšíření (Quest) ActiveRoles Management Shell PS X:\&#62; Get-QADPKIObject CDP &#124; Get-QADCertificateRevocationList &#124;  where-object {$_.IssuedBy -eq "CA01"} Type    Number   BaseNumber   KeyIndex     EffectiveDate   NextUpdate      Entries  Issuer ----    ------   ----------   --------     -------------   ----------      -------  ------ Base    3                     0            27.1.2011       11.2.2011       0        CN=CA01, DC=studio... Delta   2                     0            23.1.2011       7.2.2011        0        CN=CA01, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en-us.sysadmins.lv/default.aspx"></a>Výpis platnosti seznamu odvolaných certifikátů pomocí PowerShellu + rozšíření (Quest) ActiveRoles Management Shell</p>
<blockquote><p><strong><code>PS X:\&gt; Get-QADPKIObject CDP | Get-QADCertificateRevocationList |  where-object {$_.IssuedBy -eq "CA01"}</code></strong></p>
<p><code>Type    Number   BaseNumber   KeyIndex     EffectiveDate   NextUpdate      Entries  Issuer<br />
----    ------   ----------   --------     -------------   ----------      -------  ------<br />
Base    3                     0            27.1.2011       11.2.2011       0        CN=CA01, DC=studio...<br />
Delta   2                     0            23.1.2011       7.2.2011        0        CN=CA01, DC=studio...<br />
</code></p></blockquote>
<p>Počet zbývajících dní platnosti úplného seznamu CRL zjistíme:</p>
<blockquote><p><strong><code>$crl = Get-QADPKIObject CDP | Get-QADCertificateRevocationList |  where-object {$_.IssuedBy -eq "CA01" -and $_.Type -eq "Base" }<br />
($crl.NextPublish - (Get-Date) ).TotalDays</code></strong></p>
<p><code>13,6310107219329</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://itlog.cz/2011/01/27/powershell-a-stav-crl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monitoring Active Directory Certificate Services</title>
		<link>http://itlog.cz/2011/01/25/monitoring-active-directory-certificate-services/</link>
		<comments>http://itlog.cz/2011/01/25/monitoring-active-directory-certificate-services/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 09:31:00 +0000</pubDate>
		<dc:creator>Stanislav Jermář</dc:creator>
				<category><![CDATA[PKI]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[windows 2008]]></category>
		<category><![CDATA[pki]]></category>

		<guid isPermaLink="false">http://itlog.cz/?p=363</guid>
		<description><![CDATA[Jaké máme možnosti, pokud potřebujeme sledovat certifikační úřady (CA) založené na Windows 2008 R2 a včas reagovat na blížící se možné problémy? Moc možností není. Nejprve se podíváme na System Center Operations Manager (SCOM 2007 R2) &#8211; dlouho nebylo k dispozici nic než vlastní iniciativa a uživatelské MP. Minulý rok Microsoft vydal Active Directory Certificate [...]]]></description>
			<content:encoded><![CDATA[<p>Jaké máme možnosti, pokud potřebujeme sledovat certifikační úřady (CA) založené na Windows 2008 R2 a včas reagovat na blížící se možné problémy? Moc možností není. Nejprve se podíváme na System Center Operations Manager (SCOM 2007 R2) &#8211; dlouho nebylo k dispozici nic než vlastní iniciativa a uživatelské MP. Minulý rok Microsoft vydal <strong><a title="certificate services management pack" href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=c486307a-e136-434b-9748-6f6c8f44216b&amp;displaylang=en" target="_blank">Active Directory Certificate Services Monitoring Management Pack</a></strong>, verze: 6.0.7231.0 z 12.8.2010. Zatím se nebudu vyjadřovat, protože jsem neměl příležitost se s ním podrobněji seznámit, ale už se na tom pracuje. Některé ohlasy však tvrdí, že jde o příliš jednoduchý MP, který nesplňuje očekávání.</p>
<p>Další možnosti jsou založené na různých skriptech VBS, které využívají existující nástroje - <strong>certutil, CAPICOM. </strong>Příkladem je skript CAMonitor.vbs, kterým jsem se už před časem zabýval. Původně samostatný <a title="script repository" href="http://gallery.technet.microsoft.com/ScriptCenter/164e8047-d7bf-4774-91cf-90d46b82e725/" target="_blank">skript</a> byl upraven pro MOM 2005, sám jsem jej upravoval pro <a title="camonitor-vbs" href="http://blogs.technet.com/b/jermar/archive/2008/09/23/regional_5f00_options_5f00_vbs.aspx">SCOM 2007</a> ( a <a title="znovu CAMonitor-vbs" href="http://blogs.technet.com/b/jermar/archive/2008/10/10/znovu-camonitor-vbs.aspx" target="_blank">zde)</a>. S přechodem na 64bitové systémy Windows už ale není použitelný. Důvodem je knihovna CAPICOM, která nefunguje v operačních systémech <a title="capicom x64" href="http://blogs.msdn.com/b/alejacma/archive/2009/12/14/x64-version-of-capicom.aspx" target="_blank">x64</a>.</p>
<p>Nezbývá než se pustit do práce a podívat se na možnosti, které přináší Powershell. Zdá se, že bude možné nový <em>CAMonitor.ps1 </em>založit na modulech QAD od firmy <a title="active roles" href="http://www.quest.com/powershell/activeroles-server.aspx" target="_blank">Quest</a>.</p>
<p>Příště více o možnostech zvoleného řešení.</p>
]]></content:encoded>
			<wfw:commentRss>http://itlog.cz/2011/01/25/monitoring-active-directory-certificate-services/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

