From 824dce271e2af0995096a2795c761e324a7a6eb7 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Thu, 14 Sep 2023 10:33:46 +0200 Subject: [PATCH] Replaced the HTML entities in the man page --- jsign/src/deb/data/usr/share/man/man1/jsign.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsign/src/deb/data/usr/share/man/man1/jsign.1 b/jsign/src/deb/data/usr/share/man/man1/jsign.1 index 98b4cb53..dd368eac 100644 --- a/jsign/src/deb/data/usr/share/man/man1/jsign.1 +++ b/jsign/src/deb/data/usr/share/man/man1/jsign.1 @@ -286,9 +286,9 @@ Signing with SSL.com eSigner: When signing with the SSL.com eSigner service, the SSL.com username and password are used as the keystore password, and the base64 encoded TOTP secret is used as the key password: -jsign --storetype ESIGNER --storepass "<username>|<password>" \\ +jsign --storetype ESIGNER --storepass "|" \\ --alias 8b072e22-7685-4771-b5c6-48e46614915f \\ - --keypass <totp-secret> application.exe + --keypass application.exe SSL.com provides a sandbox environment, to use a test certificate simply add the parameter "--keystore https://cs-try.ssl.com".