Skip to content

Commit

Permalink
Update real-world test certificates due to expiry
Browse files Browse the repository at this point in the history
  • Loading branch information
complexspaces committed Mar 27, 2023
1 parent b67f984 commit 288022e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/target
.DS_Store
Binary file modified src/tests/verification_real_world/agilebits_com_valid_1.crt
Binary file not shown.
2 changes: 1 addition & 1 deletion src/tests/verification_real_world/update_valid_1_cert.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -euo pipefail

echo 'this script only update 1password_com_valid_1.crt.'
echo 'This script only updates 1password_com_valid_1.crt'
echo 'It can likely be extended to download the whole chain.'

DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
Expand Down

0 comments on commit 288022e

Please sign in to comment.