Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SHA256 of TOS v1.1.1 #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions simp_le.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,8 @@ def create_parser():
)
reg.add_argument(
'--tos_sha256', help='SHA-256 hash of the contents of Terms Of '
'Service URI contents.', default='33d233c8ab558ba6c8ebc370a509a'
'cdded8b80e5d587aa5d192193f35226540f', metavar='HASH',
'Service URI contents.', default='6373439b9f29d67a5cd4d18cbc7f2'
'64809342dbf21cb2ba2fc7588df987a6221', metavar='HASH',
)
reg.add_argument(
'--email', help='Email address. CA is likely to use it to '
Expand Down