KO
|
EN
gitlite โ search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
tlscerts
โ 10
Open GitHub โ
mtls.dev
Download README (.md)
Explore Similar Repositories
ci-league
:
No description available.
Infection-Inspection
:
๐ฆ Protect the heart from infection as you defeat wave after wave of bacteria!
youtube-stats-parser
:
YouTube data parser
sagemcom-router-reversing
:
No description available.
Paper-Knowledge_Distillation-Adversarial_Training-NLP
:
some paper of Knowledge Distillation and Adversarial Training about NLP
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tlscerts
?
Download (.md)
# mtls.dev ## What is it? It compiles Cloudflare's [cfssl](https://github.com/cloudflare/cfssl) down to [WebAssembly](https://github.com/golang/go/wiki/WebAssembly) to generate mTLS certs in the browser. ## Why? Generating mTLS certs and using them is more challenging than it needs to be. ## Developing * `make wasm` - builds the wasm binary that gets loaded in the browser. * `make dev-serve` - runs a simple python webserver for local dev, serving on port 8080. * `make test` - runs tests. * `make integration-build` and `make integration` - these test the sample code snippets, first serving and then using the client to hit the server. ## Why the forks? * [cfssl](https://github.com/cloudflare/cfssl) * cfssl doesn't build for wasm, a dependency needs to be upgraded ([PR](https://github.com/cloudflare/cfssl/pull/1059)) * fork here: https://github.com/jchorl/cfssl