Skip to content

Commit

Permalink
Fix format of jose-jwe-enc man page
Browse files Browse the repository at this point in the history
A new line is missing from jose man page.
adoc file will be changed to include it,
so that man page is more readable.

fix #78

Signed-off-by: Sergio Arroutbi Braojos <[email protected]>
  • Loading branch information
sarroutbi authored and sergio-correia committed Oct 7, 2021
1 parent 320336b commit 76924de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/man/jose-jwe-enc.1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Compress plaintext before encryption:
$ jose jwe enc -i '{"protected":{"zip":"DEF"}}' ...

Encrypt with two keys and two passwords:

$ jose jwk gen -i '{"alg":"ECDH-ES+A128KW"}' -o ec.jwk
$ jose jwk gen -i '{"alg":"RSA1_5"}' -o rsa.jwk
$ jose jwe enc -I msg.txt -p -k ec.jwk -p -k rsa.jwk -o msg.jwe
Expand Down

0 comments on commit 76924de

Please sign in to comment.