aboutsummaryrefslogtreecommitdiffstats
path: root/java/cmake/SignJar.cmake
diff options
context:
space:
mode:
authorMadeleine (ThinLinc team) <madni@cendio.se>2024-11-04 13:28:48 +0100
committerMadeleine Nilsson <madni@cendio.se>2024-11-11 11:22:36 +0100
commit260a3e0db5d09be0cb732d1a7ce8e758079e0c11 (patch)
treefde91411f376f038e20834e8031ccc32f3df7506 /java/cmake/SignJar.cmake
parent4341fcacd4987b16ebcfa0db176c0ccf287268c4 (diff)
downloadtigervnc-260a3e0db5d09be0cb732d1a7ce8e758079e0c11.tar.gz
tigervnc-260a3e0db5d09be0cb732d1a7ce8e758079e0c11.zip
Standardize on sentence case in titles
The reason for this is to keep a consistency through out the project.
Diffstat (limited to 'java/cmake/SignJar.cmake')
-rw-r--r--java/cmake/SignJar.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/cmake/SignJar.cmake b/java/cmake/SignJar.cmake
index cfca1ba2..dc8f1f2a 100644
--- a/java/cmake/SignJar.cmake
+++ b/java/cmake/SignJar.cmake
@@ -31,7 +31,7 @@ else()
execute_process(COMMAND
${KEYTOOL} -genkey -alias TigerVNC -keystore tigervnc.keystore -keyalg RSA
-storepass tigervnc -keypass tigervnc -validity 7300
- -dname "CN=TigerVNC, OU=Software Development, O=The TigerVNC Project, L=Austin, S=Texas, C=US"
+ -dname "CN=TigerVNC, OU=Software development, O=The TigerVNC project, L=Austin, S=Texas, C=US"
RESULT_VARIABLE RESULT OUTPUT_VARIABLE OUTPUT ERROR_VARIABLE ERROR)
if(NOT RESULT EQUAL 0)
message(FATAL_ERROR "${KEYTOOL} failed:\n${ERROR}")