offline signing assistance #95

Open
opened 2024-05-29 15:37:13 +00:00 by b · 0 comments
Owner

To use SIGit offline, you need a copy of SIGit!

To this end, we should bundle the app into the exported zip file - eg into an "app" folder.

We can also add an "instructions.md" with the following text:

# Signing and Verification

To sign or verify this package you need to open the SIGit application.  There are three ways you can do this:

1.  Visit https://sigit.io
2.  Visit https://git.sigit.io/sig/it and build a local version of the application
3.  For offline, run the following command in the `app/` directory:  `python3 -m http.server 8080`

The files being signed / verified can be found in the `files/` directory.  The signing metadata can be found in the `meta.json` file.
To use SIGit offline, you need a copy of SIGit! To this end, we should bundle the app into the exported zip file - eg into an "app" folder. We can also add an "instructions.md" with the following text: ``` # Signing and Verification To sign or verify this package you need to open the SIGit application. There are three ways you can do this: 1. Visit https://sigit.io 2. Visit https://git.sigit.io/sig/it and build a local version of the application 3. For offline, run the following command in the `app/` directory: `python3 -m http.server 8080` The files being signed / verified can be found in the `files/` directory. The signing metadata can be found in the `meta.json` file. ```
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sigit/sigit.io#95
No description provided.