<?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>certificati &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/certificati/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Tue, 27 Sep 2016 08:30:22 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=81948</generator>
	<item>
		<title>Come aggiungere una  trusted root certificates (CA ssl) su Mac OSX</title>
		<link>https://blog.smsoft.it/2016/09/27/aggiungere-trusted-root-certificates-ca-ssl-mac-osx/</link>
					<comments>https://blog.smsoft.it/2016/09/27/aggiungere-trusted-root-certificates-ca-ssl-mac-osx/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 27 Sep 2016 08:30:22 +0000</pubDate>
				<category><![CDATA[MacOS]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[certificati]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=3514</guid>

					<description><![CDATA[Aggiunta: sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/foo.crt dove ~/foo.crt è il nome del file contenente la CA. Cancellazione della CA udo security delete-certificate -c ""]]></description>
										<content:encoded><![CDATA[<h3>Aggiunta:</h3>
<p><code>sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ~/foo.crt</code><br />
 dove <b>~/foo.crt</b> è il nome del file contenente la CA.</p>
<h3>Cancellazione della CA</h3>
<p><code>udo security delete-certificate -c "<nome del certificato>"</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2016/09/27/aggiungere-trusted-root-certificates-ca-ssl-mac-osx/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Come aggiungere una  trusted root certificates (CA ssl) su Linux</title>
		<link>https://blog.smsoft.it/2016/09/20/aggiungere-trusted-root-certificates-ca-ssl-linux/</link>
					<comments>https://blog.smsoft.it/2016/09/20/aggiungere-trusted-root-certificates-ca-ssl-linux/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 20 Sep 2016 08:30:02 +0000</pubDate>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[CA]]></category>
		<category><![CDATA[certificati]]></category>
		<category><![CDATA[ssl]]></category>
		<guid isPermaLink="false">http://blog.smsoft.it/?p=3511</guid>

					<description><![CDATA[Aggiunta: Copiare la nuova CA nella cartella /usr/local/share/ca-certificates/ es: cp foo.crt /usr/local/share/ca-certificates/foo.crt Aggiornare il CA store: update-ca-certificates Verifica: Se avete un certificato self-signed dalla CA precedentemente importata, si può verificare che sia tutto a posto, digitando: openssl verify cert.pem Cancellazione della CA Cancellare la CA dalla cartella /usr/local/share/ca-certificates/ es: rm /usr/local/share/ca-certificates/foo.crt Aggiornare il CA store: ... <a title="Come aggiungere una  trusted root certificates (CA ssl) su Linux" class="read-more" href="https://blog.smsoft.it/2016/09/20/aggiungere-trusted-root-certificates-ca-ssl-linux/" aria-label="Per saperne di più su Come aggiungere una  trusted root certificates (CA ssl) su Linux">Leggi tutto</a>]]></description>
										<content:encoded><![CDATA[<h3>Aggiunta:</h3>
<p>Copiare la nuova CA nella cartella <strong>/usr/local/share/ca-certificates/</strong> es:</p>
<p><code>cp foo.crt /usr/local/share/ca-certificates/foo.crt</code></p>
<p>Aggiornare il CA store:</p>
<p><code>update-ca-certificates</code></p>
<h3>Verifica:</h3>
<p>Se avete un certificato self-signed dalla CA precedentemente importata, si può verificare che sia tutto a posto, digitando:<br />
<code>openssl verify cert.pem </code></p>
<h3>Cancellazione della CA</h3>
<p>Cancellare la CA dalla cartella  <strong>/usr/local/share/ca-certificates/</strong> es:</p>
<p><code>rm /usr/local/share/ca-certificates/foo.crt</code></p>
<p>Aggiornare il CA store:</p>
<p><code>update-ca-certificates --fresh</code></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2016/09/20/aggiungere-trusted-root-certificates-ca-ssl-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
