Skip to content

Commit 9550ec7

Browse files
authored
fixes closing tags of samples
1 parent e2882c4 commit 9550ec7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/artifact-configuration/reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ The `create-cms-signature` directive supports the following parameters:
249249
<file path="myfile.bin">
250250
<create-cms-signature output-encoding="pem" output-file-name="${file.name}.cms.pem"
251251
hash-algorithm="sha256" rsa-padding="pkcs1" />
252-
</pe-file>
252+
</file>
253253
</zip-file>
254254
</artifact-configuration>
255255
~~~
@@ -363,7 +363,7 @@ The `create-raw-signature` directive supports the following parameters:
363363
<zip-file>
364364
<file path="myfile.bin">
365365
<create-raw-signature output-file-name="${file.name}.sig" hash-algorithm="sha256" />
366-
</pe-file>
366+
</file>
367367
</zip-file>
368368
</artifact-configuration>
369369
~~~
@@ -449,4 +449,4 @@ The restrictions can be applied to file elements, [file set elements](syntax#fil
449449

450450
[^jscript]: Note that [JScript](https://en.wikipedia.org/wiki/JScript) is not the same as JavaScript. While it is possible to use this option to sign JavaScript files, JavaScript engines will not be able to use this signature.
451451

452-
[RFC5652]: https://datatracker.ietf.org/doc/html/rfc5652
452+
[RFC5652]: https://datatracker.ietf.org/doc/html/rfc5652

0 commit comments

Comments
 (0)