Skip to content

Commit

Permalink
feat: update cert to 11/17/2026
Browse files Browse the repository at this point in the history
  • Loading branch information
lart2150 committed May 29, 2024
1 parent 38ed319 commit 22c0132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified images/cdata.p12
Binary file not shown.
4 changes: 2 additions & 2 deletions src/com/tivo/kmttg/util/GetKeyStore.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public GetKeyStore(String cdata, String programDir)
{
keyStore = KeyStore.getInstance("PKCS12");
// This is default USA password
keyPassword = "KllX3KygL9"; // expires 1/24/2026
//String password = "vlZaKoduom"; // expires 5/3/2024
keyPassword = "piUYKNH7Sb"; // expires 11/17/2026
//keyPassword = "KllX3KygL9"; // expires 1/24/2026
InputStream keyInput;
if (cdata == null) {
// Installation dir cdata.p12 file takes priority if it exists
Expand Down

0 comments on commit 22c0132

Please sign in to comment.