Skip to content

Commit

Permalink
add note about the cert conversions
Browse files Browse the repository at this point in the history
  • Loading branch information
rambo committed Nov 4, 2023
1 parent a34e2a3 commit 2de6930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/firstrun_rm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 2de6930

Please sign in to comment.