https://github.com/signpath/website-old
SignPath.io product documentation and code signing tutorial
https://github.com/signpath/website-old
authenticode code-signing
Last synced: about 1 year ago
JSON representation
SignPath.io product documentation and code signing tutorial
- Host: GitHub
- URL: https://github.com/signpath/website-old
- Owner: SignPath
- License: other
- Created: 2018-11-12T11:49:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T14:53:50.000Z (about 2 years ago)
- Last Synced: 2024-04-25T15:59:28.491Z (about 2 years ago)
- Topics: authenticode, code-signing
- Language: HTML
- Homepage: https://about.signpath.io/documentation
- Size: 964 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SignPath.io documentation
**This repository contains the product documentation and general code signing information displayed on [signpath.io](https://about.signpath.io/).**
The main sections are
* SignPath.io features
* Code signing
* General information
* Code signing for Windows (Authenticode, ClickOnce, OPC/VSIX, NuGet)
* SignPath product documentation
# How to build it
You can build a local version (including a TOC and some styling) by running
npm run buildLocal
To build a release version, run
npm run build
_*Note: Important - you must upload all images to Wordpress first. Make sure to check all generated pages in the build folder thoroughly before calling the webhook.*_
For convenience, there are also `watch` and `watchLocal` commands that automatically rebuild when a markdown file changes. The generated files are in the folders `build` and `buildLocal` respectively.
In the future, merging into the `master` branch will automatically deploy the website and merging into a (yet-to-create) `develop` branch will deploy to a staging system. Currently, for production systems, the deployment has to be started manually.