This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 4b856e9b8 Automatic Site Publish by Buildbot
4b856e9b8 is described below

commit 4b856e9b8fa3258f6a2985d4393d8a4ea3be4121
Author: buildbot <us...@infra.apache.org>
AuthorDate: Wed May 22 20:01:06 2024 +0000

    Automatic Site Publish by Buildbot
---
 output/components/classic/documentation/encrypted-passwords.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/output/components/classic/documentation/encrypted-passwords.html 
b/output/components/classic/documentation/encrypted-passwords.html
index c72fe23eb..01fb6dd06 100644
--- a/output/components/classic/documentation/encrypted-passwords.html
+++ b/output/components/classic/documentation/encrypted-passwords.html
@@ -124,7 +124,7 @@ jdbc.password=ENC(eeWjNyX6FY8Fjp3E+F6qTytV11bZItDp)
 </code></pre></div></div>
 <p>Note that we used <code class="language-plaintext 
highlighter-rouge">ENC()</code> to wrap our encrypted passwords. You can mix 
plain and encrypted passwords in your properties files, so encrypted ones must 
be wrapped this way.</p>
 
-<p>Finally, you need to instruct your property loader to encrypt variables 
when it loads properties to the memory. Instead of standard property loader 
we’ll use the special one (see <code class="language-plaintext 
highlighter-rouge">\$ACTIVEMQ_HOME/conf/activemq-security.xml</code>) to 
achieve this.</p>
+<p>Finally, you need to instruct your property loader to decrypt variables 
when it loads properties to the memory. Instead of standard property loader 
we’ll use the special one (see <code class="language-plaintext 
highlighter-rouge">\$ACTIVEMQ_HOME/conf/activemq-security.xml</code>) to 
achieve this.</p>
 <div class="language-plaintext highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>&lt;bean id="environmentVariablesConfiguration" 
class="org.jasypt.encryption.pbe.config.EnvironmentStringPBEConfig"&gt;
   &lt;property name="algorithm" value="PBEWithMD5AndDES" /&gt;
   &lt;property name="passwordEnvName" value="ACTIVEMQ\_ENCRYPTION\_PASSWORD" 
/&gt;

Reply via email to