From 2de693070ed2532687d29f344c88b7ddb730c270 Mon Sep 17 00:00:00 2001 From: Eero af Heurlin Date: Sat, 4 Nov 2023 13:21:37 +0200 Subject: [PATCH] add note about the cert conversions --- scripts/firstrun_rm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/firstrun_rm.sh b/scripts/firstrun_rm.sh index df9889e..59bc202 100755 --- a/scripts/firstrun_rm.sh +++ b/scripts/firstrun_rm.sh @@ -49,7 +49,8 @@ if [ $? -ne 0 ] ; then LEGACY_PROVIDER="-legacy" fi - +# FIXME: We need to update these when the LE cert gets updated so these can't be inside of the firstrun.done -check +# But they also seem get hissy if you try to add the same cert multiple times # Create takserver.p12 using certificates from RM openssl pkcs12 ${LEGACY_PROVIDER} -export -out takserver.p12 \ -inkey "${TAK_SERVER_KEY_FILENAME}" \