Skip to content

Commit

Permalink
Rotate keys, use old backup key as primary. Create new backup key.
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed May 8, 2024
1 parent 1b23c7c commit 07602ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Validator.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ class Validator
/**
* Ed25519 public keys. These are hard-coded for the class, but can be changed in inherited classes.
*/
const PRIMARY_SIGNING_PUBKEY = '98f2dfad4115fea9f096c35485b3bf20b06e94acac3b7acf6185aa5806020342';
const BACKUP_SIGNING_PUBKEY = '1cb438a66110689f1192b511a88030f02049c40d196dc1844f9e752531fdd195';
const PRIMARY_SIGNING_PUBKEY = '1cb438a66110689f1192b511a88030f02049c40d196dc1844f9e752531fdd195';
const BACKUP_SIGNING_PUBKEY = 'b1b4ecee6ad36984c319579dc796edcd2e11ed30a1fa0fe8c88e99820cec1550';

// Default Chronicle settings, if none are provided.
const CHRONICLE_URL = 'https://php-chronicle.pie-hosted.com/chronicle';
Expand Down

0 comments on commit 07602ba

Please sign in to comment.