Skip to content
Snippets Groups Projects
Commit 64627f03 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

Fixing typo in documentation on how to run opeenssl to generate new certificate

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@338 44740490-163a-0410-bde0-09ae8108e29a
parent e6c87ad2
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
<articleinfo>
<date>2007-10-15</date>
<pubdate>Wed Dec 19 12:03:28 2007</pubdate>
<pubdate>Thu Feb 28 11:22:45 2008</pubdate>
<author>
<firstname>Andreas Åkre</firstname>
......@@ -135,7 +135,7 @@
<screen>openssl genrsa -des3 -out server2.key 1024
openssl rsa -in server2.key -out server2.pem
openssl req -new -key server.key -out server2.csr
openssl req -new -key server2.key -out server2.csr
openssl x509 -req -days 60 -in server2.csr -signkey server2.key -out server2.crt</screen>
<para>The certificate above will be valid for 60 days.</para>
......
......@@ -7,7 +7,7 @@
<articleinfo>
<date>2007-10-15</date>
<pubdate>Fri Feb 1 08:44:40 2008</pubdate>
<pubdate>Thu Feb 28 11:23:01 2008</pubdate>
<author>
<firstname>Andreas Åkre</firstname>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment