https://github.com/bddjr/self-signing-certificate-tool
📝 Use WASM implementation without uploading any content.
https://github.com/bddjr/self-signing-certificate-tool
go golang ssl tls wasm webassembly
Last synced: about 1 month ago
JSON representation
📝 Use WASM implementation without uploading any content.
- Host: GitHub
- URL: https://github.com/bddjr/self-signing-certificate-tool
- Owner: bddjr
- License: mit
- Created: 2025-04-16T13:07:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-29T15:47:44.000Z (3 months ago)
- Last Synced: 2026-03-29T18:19:03.869Z (3 months ago)
- Topics: go, golang, ssl, tls, wasm, webassembly
- Language: HTML
- Homepage: https://bddjr.github.io/self-signing-certificate-tool/ssct
- Size: 4.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Self-Signing Certificate Tool
Use WASM implementation without uploading any content.
https://bddjr.github.io/self-signing-certificate-tool/ssct
## Build from source
Need dependencies:
> [Git](https://git-scm.com)
> [Go](https://go.dev)
> [Node.js](https://nodejs.org)
> [Pnpm](https://pnpm.io)
If on Windows, use git bash.
```
git clone https://github.com/bddjr/self-signing-certificate-tool
cd self-signing-certificate-tool
pnpm i
chmod +x build.sh
./build.sh
```