You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/12/12 07:38:34 UTC

svn commit: r1871257 - in /syncope/site/docs: 2.0/reference-guide.html 2.1/reference-guide.html

Author: ilgrosso
Date: Thu Dec 12 07:38:34 2019
New Revision: 1871257

URL: http://svn.apache.org/viewvc?rev=1871257&view=rev
Log:
[SYNCOPE-1525] Fixing public / private wording as suggested

Modified:
    syncope/site/docs/2.0/reference-guide.html
    syncope/site/docs/2.1/reference-guide.html

Modified: syncope/site/docs/2.0/reference-guide.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.0/reference-guide.html?rev=1871257&r1=1871256&r2=1871257&view=diff
==============================================================================
--- syncope/site/docs/2.0/reference-guide.html (original)
+++ syncope/site/docs/2.0/reference-guide.html Thu Dec 12 07:38:34 2019
@@ -10313,8 +10313,8 @@ used</td>
 <div class="sect4">
 <h5 id="jws-rsa"><a class="anchor" href="#jws-rsa"></a><a class="link" href="#jws-rsa">RSA Public-Key Cryptography</a></h5>
 <div class="paragraph">
-<p>This configuration requires to specify a key pair: the former key value, said <em>private</em>, must be shared with clients,
-while the latter key value, said <em>public</em>, must be kept secret for internal Core usage.</p>
+<p>This configuration requires to specify a key pair: the former key value, said <em>private</em>, must be kept secret for internal
+Core usage while the latter key value, said <em>public</em>, is to be shared with clients.</p>
 </div>
 <div class="paragraph">
 <p>The commands below will generate the required key pair via OpenSSL and format their values for usage with

Modified: syncope/site/docs/2.1/reference-guide.html
URL: http://svn.apache.org/viewvc/syncope/site/docs/2.1/reference-guide.html?rev=1871257&r1=1871256&r2=1871257&view=diff
==============================================================================
--- syncope/site/docs/2.1/reference-guide.html (original)
+++ syncope/site/docs/2.1/reference-guide.html Thu Dec 12 07:38:34 2019
@@ -10906,8 +10906,8 @@ used</td>
 <div class="sect4">
 <h5 id="jws-rsa"><a class="anchor" href="#jws-rsa"></a><a class="link" href="#jws-rsa">RSA Public-Key Cryptography</a></h5>
 <div class="paragraph">
-<p>This configuration requires to specify a key pair: the former key value, said <em>private</em>, must be shared with clients,
-while the latter key value, said <em>public</em>, must be kept secret for internal Core usage.</p>
+<p>This configuration requires to specify a key pair: the former key value, said <em>private</em>, must be kept secret for internal
+Core usage while the latter key value, said <em>public</em>, is to be shared with clients.</p>
 </div>
 <div class="paragraph">
 <p>The commands below will generate the required key pair via OpenSSL and format their values for usage with