|
|
|
@@ -64,7 +64,7 @@ const HkidKeyMigration = () => { |
|
|
|
<div style={BackgroundHead}> |
|
|
|
<Stack direction="row" height='70px' justifyContent="space-between" alignItems="center"> |
|
|
|
<Typography ml={15} color='#FFF' variant="h4" sx={{ textShadow: "0px 0px 25px #0C489E" }}> |
|
|
|
HKID Key Migration |
|
|
|
Encryption Key Migration |
|
|
|
</Typography> |
|
|
|
</Stack> |
|
|
|
</div> |
|
|
|
@@ -74,7 +74,6 @@ const HkidKeyMigration = () => { |
|
|
|
<Box sx={{ borderRadius: '10px', backgroundColor: '#fff', p: 4 }}> |
|
|
|
<Typography variant="body1" sx={{ mb: 2 }}> |
|
|
|
Re-encrypt identification and checkDigit from the legacy key to the new key. |
|
|
|
Ensure Tomcat has both <code>security.hkid-secret</code> and <code>security.hkid-secret-legacy</code> configured before running. |
|
|
|
</Typography> |
|
|
|
<Stack direction="row" spacing={2}> |
|
|
|
<Button variant="outlined" size="large" disabled={wait} onClick={() => runMigration(true)}> |
|
|
|
|