Skip to content

Commit 1cd0273

Browse files
Maven site: wcm-io-devops/conga-aem-plugin
1 parent 92e22a8 commit 1cd0273

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.

conga/plugins/aem/conga-aem-plugin/jacoco-unit/jacoco-sessions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

conga/plugins/aem/conga-aem-plugin/jacoco-unit/jacoco.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

conga/plugins/aem/conga-aem-plugin/jacoco/jacoco-sessions.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

conga/plugins/aem/conga-aem-plugin/jacoco/jacoco.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

conga/plugins/aem/crypto-cli.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ <h3 id="download">Download</h3>
115115
<thead></thead>
116116
<tbody>
117117
<tr class="a">
118-
<td><a href="https://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/2.21.0/conga-aem-crypto-cli-2.21.0-dist.zip" class="externalLink">CONGA AEM Crypto CLI tool</a></td>
119-
<td><a href="https://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/2.21.0/conga-aem-crypto-cli-2.21.0-dist.zip" class="externalLink"><img src="https://maven-badges.herokuapp.com/maven-central/io.wcm.devops.conga.plugins/conga-aem-crypto-cli/badge.svg" alt="Maven Central"></a></td>
118+
<td><a href="https://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/2.22.0/conga-aem-crypto-cli-2.22.0-dist.zip" class="externalLink">CONGA AEM Crypto CLI tool</a></td>
119+
<td><a href="https://repo1.maven.org/maven2/io/wcm/devops/conga/plugins/conga-aem-crypto-cli/2.22.0/conga-aem-crypto-cli-2.22.0-dist.zip" class="externalLink"><img src="https://maven-badges.herokuapp.com/maven-central/io.wcm.devops.conga.plugins/conga-aem-crypto-cli/badge.svg" alt="Maven Central"></a></td>
120120
</tr>
121121
</tbody>
122122
</table>
@@ -125,30 +125,30 @@ <h3 id="download">Download</h3>
125125
<a id="Generate_AEM_crypto_keys"></a>
126126
<h3 id="generate_aem_crypto_keys">Generate AEM crypto keys</h3>
127127
<p>Generate a set of crypto keys:</p>
128-
<pre><code class="nohighlight nocode">java -jar conga-aem-crypto-cli-2.21.0.jar -cryptoKeysGenerate
128+
<pre><code class="nohighlight nocode">java -jar conga-aem-crypto-cli-2.22.0.jar -cryptoKeysGenerate
129129
</code></pre>
130130
<p>Generate a set of crypto keys and encrypt them using Ansible Vault with the given password:</p>
131-
<pre><code class="nohighlight nocode">java -Dansible.vault.password=mypassword -jar conga-aem-crypto-cli-2.21.0.jar \
131+
<pre><code class="nohighlight nocode">java -Dansible.vault.password=mypassword -jar conga-aem-crypto-cli-2.22.0.jar \
132132
-cryptoKeysGenerate -cryptoKeysAnsibleVaultEncrypt
133133
</code></pre>
134134
<p>Encrypt a file with Ansible Vault:</p>
135-
<pre><code class="nohighlight nocode">java -Dansible.vault.password=mypassword -jar conga-aem-crypto-cli-2.21.0.jar \
135+
<pre><code class="nohighlight nocode">java -Dansible.vault.password=mypassword -jar conga-aem-crypto-cli-2.22.0.jar \
136136
-ansibleVaultEncrypt &lt;file&gt;
137137
</code></pre>
138138
<p>Decrypt a file with Ansible Vault:</p>
139-
<pre><code class="nohighlight nocode">java -Dansible.vault.password=mypassword -jar conga-aem-crypto-cli-2.21.0.jar \
139+
<pre><code class="nohighlight nocode">java -Dansible.vault.password=mypassword -jar conga-aem-crypto-cli-2.22.0.jar \
140140
-ansibleVaultDecrypt &lt;file&gt;
141141
</code></pre>
142142
</section>
143143
<section>
144144
<a id="Encrypt_and_decrypt_values_using_AEM_crypto_support"></a>
145145
<h3 id="encrypt_and_decrypt_values_using_aem_crypto_suppor">Encrypt and decrypt values using AEM crypto support</h3>
146146
<p>Encrypt string using AEM crypto support and a given key:</p>
147-
<pre><code class="nohighlight nocode">java -jar conga-aem-crypto-cli-2.21.0.jar \
147+
<pre><code class="nohighlight nocode">java -jar conga-aem-crypto-cli-2.22.0.jar \
148148
-cryptoAesKey &lt;path to master file&gt; -aemCryptoEncrypt &lt;value&gt;
149149
</code></pre>
150150
<p>Decrypt string using AEM crypto support and a given key:</p>
151-
<pre><code class="nohighlight nocode">java -jar conga-aem-crypto-cli-2.21.0.jar \
151+
<pre><code class="nohighlight nocode">java -jar conga-aem-crypto-cli-2.22.0.jar \
152152
-cryptoAesKey &lt;path to master file&gt; -aemCryptoDecrypt &lt;encrypted value&gt;
153153
</code></pre>
154154
</section>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)