<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Private-Key on Janik von Rotz</title>
    <link>https://janikvonrotz.ch/tags/private-key/</link>
    <description>Recent content in Private-Key on Janik von Rotz</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 09 Apr 2014 08:30:29 +0000</lastBuildDate>
    <atom:link href="https://janikvonrotz.ch/tags/private-key/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Create GPG Keys</title>
      <link>https://janikvonrotz.ch/2014/04/09/create-gpg-keys/</link>
      <pubDate>Wed, 09 Apr 2014 08:30:29 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/04/09/create-gpg-keys/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9543913&#34;&gt;https://gist.github.com/9543913&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;introuction&#34;&gt;Introuction&lt;/h1&gt;&#xA;&lt;p&gt;GPG keys are used for symmetric key encryption.&#xA;GnuPG is the most common tool to create such keys.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Nginx SSL website</title>
      <link>https://janikvonrotz.ch/2014/04/03/nginx-ssl-website/</link>
      <pubDate>Thu, 03 Apr 2014 07:54:04 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/04/03/nginx-ssl-website/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9408793&#34;&gt;https://gist.github.com/9408793&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;introduction&#34;&gt;Introduction&lt;/h1&gt;&#xA;&lt;p&gt;This best practice shows you the most advanced SSL configurations for your Nginx website.&#xA;For productive usage it&amp;rsquo;s recommended to use only public-signed certificates.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Convert SSL certificates</title>
      <link>https://janikvonrotz.ch/2014/03/27/convert-ssl-certificates/</link>
      <pubDate>Thu, 27 Mar 2014 14:01:50 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/03/27/convert-ssl-certificates/</guid>
      <description>&lt;p&gt;&lt;em&gt;This post is part of my &lt;a href=&#34;https://janikvonrotz.ch/your-own-virtual-private-server-hosting-solution/&#34;&gt;Your own Virtual Private Server hosting solution&lt;/a&gt; project.&lt;/em&gt;&lt;br&gt;&#xA;&lt;em&gt;Get the latest version of this article here: &lt;a href=&#34;https://gist.github.com/9413205&#34;&gt;https://gist.github.com/9413205&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;&#xA;&lt;h1 id=&#34;requirements&#34;&gt;Requirements&lt;/h1&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://janikvonrotz.ch/2014/03/26/get-a-free-verified-ssl-certificate-from-startssl/&#34;&gt;Get a free verified SSL certificate from StartSSL (optional)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h1 id=&#34;instructions&#34;&gt;Instructions&lt;/h1&gt;&#xA;&lt;p&gt;When buying a certificate from you CA (Certification Authority) e.g. a wildcard certificate for *.example.org, you have to convert this file to different formats in order to use them with your webserver installation.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apache vHost with SSL Certicate converted from .pfx Export file</title>
      <link>https://janikvonrotz.ch/2014/01/27/apache-vhost-with-ssl-certicate-converted-from-pfx-export-file/</link>
      <pubDate>Mon, 27 Jan 2014 14:03:40 +0000</pubDate>
      <guid>https://janikvonrotz.ch/2014/01/27/apache-vhost-with-ssl-certicate-converted-from-pfx-export-file/</guid>
      <description>&lt;p&gt;This is an simple example for an Apache vHost SSL vHost configuration:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;&amp;lt;VirtualHost 192.168.0.1:443&amp;gt;&#xA;DocumentRoot /var/www/&#xA;SSLEngine on&#xA;SSLCertificateFile /path/to/certificate.crt&#xA;SSLCertificateKeyFile /path/to/keyfile.key&#xA;&amp;lt;/VirtualHost&amp;gt;&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
  </channel>
</rss>
