From 64627f0366ebcda6b1b1bee058a57880a02d076c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Mon, 3 Mar 2008 08:46:18 +0000 Subject: [PATCH] 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 --- docs/source/simplesamlphp-idp.xml | 4 ++-- docs/source/simplesamlphp-sp.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/simplesamlphp-idp.xml b/docs/source/simplesamlphp-idp.xml index ffff04a1d..b7fa989fd 100644 --- a/docs/source/simplesamlphp-idp.xml +++ b/docs/source/simplesamlphp-idp.xml @@ -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> diff --git a/docs/source/simplesamlphp-sp.xml b/docs/source/simplesamlphp-sp.xml index bdf9f1645..89f2affc6 100644 --- a/docs/source/simplesamlphp-sp.xml +++ b/docs/source/simplesamlphp-sp.xml @@ -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> -- GitLab