An open API service indexing awesome lists of open source software.

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.

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
```